This question is locked. New answers and comments are not allowed.
Hello,
VS 2010, Telerik Controls for Silverlight 2010.1.422.1030.
When a tabitem is selected, I would like its header's font to be bold.
In the TabCntrl_SelectionChanged handler, I added this:
I has no effect, though.
what am I doing wrong?
Thanks for any insight...
VS 2010, Telerik Controls for Silverlight 2010.1.422.1030.
When a tabitem is selected, I would like its header's font to be bold.
In the TabCntrl_SelectionChanged handler, I added this:
TextBlock tb = ti.Header as TextBlock;if (null != tb){ tb.FontWeight = FontWeights.ExtraBold;}what am I doing wrong?
Thanks for any insight...