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