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
1105
Hide the row Selectors
posted

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

  • 469350
    Offline posted

    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. 

  • 436
    posted

    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!