AutoSizeMode

I'm trying to port some of our application from the Microsoft data grid view tothe GroupingGrid. I'd like the columns to stretch as size of the windows alters. In the data grid view we achieved this using something like:

dgv.Columns[dgv.Columns.Count - 1].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;

But I'm having trouble finding the equivalent in the GroupingGrid. Even using an event to dyncamically change the size of the table control doesn't seem to work.


1 Reply

AD Administrator Syncfusion Team December 11, 2007 10:37 AM UTC


Loader.
Up arrow icon