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
380
Border / Separator Style - Header Labels
posted

I am trying to style the header area in my DataGrid and I can't target the element separating the Header Labels (see attached pics).

 

Can anyone tell me which element to target?

Parents
No Data
Reply
  • 380
    posted

    I used snoop to study the visual tree, and it looks like I need to target child Elements of the labelCntr (CardPanel) element. Most of which are named objects. i.e.

    backgroundParent (Grid)

    outerBackground (Border)

    background (Border)

    footerMid (Border)

    rightBorder (Rectangle)

    ... etc.

    Can anyone explain how these are exposed? How I access them for styling?

Children