Hello all,
I am having a problem with the UseFixedHeader property on the WinGrid. I set the property but it only applies to the child band. I only need it to apply to the parent band, though. I have tried many different ways of setting the property, I have even commented out all formatting to make sure something wasn't getting reset. I have read something about a RowLayout? However, I don't think the graph (or band?) is in that layout mode. I can set the parent headers to fix on the click of a button, but I would like that the users be able to select which columns they wish to fix rather than setting 3 columns that they would only have the choice to fix.
Thanks for the help in advance!
Do you use a Binding-Source for the grid ?
How do you set the fixed headers ? Code or in the Designer ?
I am using 2 lists of custom objects to make the bands. I was setting the fixed headers in code.