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
170
How do I hide the "PreRowAreaUIElement" ?
posted

While laying out the grid programmatically, I wanted to basically remove the blank area between the grid's border and where the row/cells starts (Appears to be of type PreRowAreaUIElement) . 

This is the place where normally the row selector would be.. but I turned that off through DisplayLayout.Override.RowSelectors = "none"..

Can this element be hidden somehow?  Currently it just takes up space in the grid and provides no value-add..

 

Thanks,

Kevin

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Kevin,

    That's usually where the expansion indicators go. If you are only displaying a flat set of data, then the easiest thing for you to do is set ViewStyle to SingeBand.

    Another option might be to use the Indentation property on the band and set it to 0.

Reply Children
No Data