Hi,
I have a class that inherits the LabelPresenter. How can i specify the grid to use this class as the presenter for the items in the header?
Thanks,
Stefan
Hi Stefan,
There is no mechanism for us to use your derived LabelPresenter. You can however re-template the LabelPresenter to specify your own tree of elements which could include any custom element you want. You can also use attached properties of your own to maintain any additional state you need.
I hope this helps.