Posted 24 September 2018, 6:35 pm EST - Updated 4 October 2022, 2:10 am EST
Hello,
I found a minor issue with column 0 failing to draw in a very specific circumstance. I am reporting this because it took me a while to find the source of the problem.
If you set C1FlexGrid1.Cols.Fixed = 0 after setting DataSource, and the grid is narrow enough that it requires a horizontal scroll bar, the first column fails to render until you trigger a redraw by adjusting size or scrolling.
You can see the issue in the attached zip and pressing the ‘Fill Data’ button. The small form size is intentional and necessary to see the issue. Additionally, setting C1FlexGrid1.Cols.Fixed = 0 before setting DataSource works correctly.