Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
26173 | Mar 15,2005 11:09 PM UTC | Mar 16,2005 12:46 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
Dim width As Integer = Me.gridControl1.Model.ColWidths.GetTotal(0, Me.gridControl1.ColCount)
Dim height As Integer = Me.gridControl1.Model.RowHeights.GetTotal(0, Me.gridControl1.RowCount)
Me.gridControl1.ClientSize = New Size(width, height)
Dim width As Integer = Me.gridControl1.Model.ColWidths.GetTotal(0, Me.gridControl1.ColCount)
Dim height As Integer = Me.gridControl1.Model.RowHeights.GetTotal(0, Me.gridControl1.RowCount)
Me.gridControl1.ClientSize = New Size(width, height)
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.