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
1590
Scrolling expansion indicators together with others columns.
posted

Hi, i have the grid with multibands.

I need to scroll expansion indicators together with others columns when i scroll grid. But as far as I understood it's a default grid behaviour to fix all expansion indicators at grid scrolling.

Ho can i move expansion indicators?

Thanks in advance. 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    There's no built-in way to do this. But it can be done using a CreationFilter. What I would do is turn off the ExpansionIndicators in the grid and then add an Unbound column in the first position. Then you can handle the BeforeCreateChildElements (in the CreationFilter) for the CellUIElement and create an Expansion Indicator UIElement in the cell. 

    Another option might be to use WinTree in OutlookExpress ViewStyle.  

Children
No Data