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 .