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

Parents
No Data
Reply
  • 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. 

Children