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.
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