Hi,
Trying to change the datagrid size for example Height during the runtime should be rather straight forward. C++ is used for the code snippet below.
MyDataGridView->Size.Height += ToBeIncreasedValue;
The problem is that despite the code being executed propery, the change of height is not neither observable by the grid or via the watch window (during the run time). There should be another property to lock/unlock the dynamic size change. Quickly looking for a presumed auto size property, the listing within the pane only indicates the AutoSizeColumnMode and RowMode, which should be related to individual columns or rows. Any idea how this could be achieved?
Regards,
Reza Bemanian