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
40
Adding text to Row Selector
posted

I would like to label certain rows with headers.

I could add an additional column and manipulate the style to act as a row header, but I was wondering if it was possible to do this with the row selectors themselves.

Is it possible to add text to the row selectors? If so, how?

Thanks.

  • 2070
    Verified Answer
    posted

    Hi,

     

    You can do so by using a ui element creation filter. See IUIElementCreationFilter for more info and an example. Essentially using the creation filter you should be able to embedd a text element inside the row selector element that displays your custom row header caption. Also you might want to set the RowSelectorWidth property on the override so the row selectors are wide enough.

     

    Hope this helps,

    Sandip