Is it possible to fix the stack panel header? By default, the header text reflects the selected page's text.
I've attached the header outlined in red. Thanks.
3 Answers, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 09 Jan 2012, 03:37 PM
Hello Eljay,
Thank you for writing.
The text of the stack element is changed when the selected page of the control is changed. In order to make it constant text, you will have to subscribe to the TextChanged event, where you can set your own text. Here is how to do that: