actual datagrid column width
-
Hello, i want to retrieve the actual! column width of the datagrid after the user has modified the width manually in the head of the grid. The dgMaster.TableStyles(0).GridColumnStyles property allways gives the programmed width before the modification. Thx for help
-
Hello, i want to retrieve the actual! column width of the datagrid after the user has modified the width manually in the head of the grid. The dgMaster.TableStyles(0).GridColumnStyles property allways gives the programmed width before the modification. Thx for help
Hmmmm...you may want to verify that. For me, the .TableStyles(0).GridColumnStyles property always returns the actual column width. But I'm only using the one Tablestyle. Do you have multiple styles defined? Also, are you referencing this property in response to a certain event being fired? I reference the property immediately after the user resizes a column in the MouseOver event. Dean