We were able to fix (fix in horizontal scrolling) groups of columns only if those groups were defined during design mode. But if we added those groups during runtime by code (after the form is loaded) then we have to set RowLayoutStyle to GroupLayout to show them properly. Unfortunatly, by doing this we disable groups fixing as specified by the documentation.
Are there any workaround? Can we add groups after the grid is loaded and make those groups fixable?
Regards,
-Hernan.
This is exactly the looked .
Thank you for your help .
Hi Hernan,
Fixed header are not supported in GroupLayout mode.
If you need fixed groups, then you will have to use RowLayoutStyle = None. There is no reason why you cannot do this at run-time. But you have to use the Groups.Columns.Add method to add columns into the groups. When not using GroupLayout, the ParentGroup on the RowLayoutColumn Info is ignored.