Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
RowLayout and FixedHeaders on the same band
posted

I have a grid in the application I am developing where the band is set to use RowLayout (UseRowLayout is True). I have laided out the grid how I want it using this layout and tried to turn on FixedHeaders (mygrid.DisplayLayout.UseFixedHeader is True). Even though I have FixedHeaders set to true, the icons to lock the column do not appear. After doing a number of tests, I have determined the issue as to why the FixedHeader icons does not appear is because of the RowLayout. As soon as I set RowLayout to false, the icons appear. Is there anyway to use RowLayout and the FixHeaders on the same band?