Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15326 | Jun 16,2004 11:39 AM UTC | Jun 16,2004 12:23 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private inColWidthsChanged As Boolean = False Private Sub GridControl1_ColWidthsChanged(ByVal sender As Object, ByVal e As GridRowColSizeChangedEventArgs) Handles GridControl1.ColWidthsChanged If Not inColWidthsChanged Then inColWidthsChanged = True ''set other colwiths.... ''.... ''... inColWidthsChanged = False End If End Sub
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.