Hi,
i have the following properties set.
RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None
RowSelectors = Infragistics.Win.DefaultableBoolean.False
The Row connectors are hidden which is the behaviour I expect, but instead of the rows "moving" to the left to fill the space of the selectors, I have a white empty space. (it looks a bit like padding). How can I turn off this behavior?
regards
Stefan
Is this space on a child band or on the root band? Turning off the RowSelectors should remove the space used by the row selectors. But removing the RowConnectors will not remove the indentation on the child bands. For that, you must set the Indentation property on the Band.
Hi Stefan
I am wondering did you set those properties on the Grid, or on a particular Band ?
Juding by the fact you are setting the RowConnectorStyle property i am guess you are using a grid with multiple bands - perhaps you set the RowSelectors property on only one of the bands?
Just a guess!