We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon