This is a migrated thread and some comments may be shown as answers.

Changing Font Size

1 Answer 49 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Pascal
Top achievements
Rank 1
Pascal asked on 29 Oct 2008, 04:24 PM
How do I change the font size of the treeview control?

I tried to use the FontSize attribute but nothing changes.

<telerik:RadTreeView Height="600"
                             Width="400"
                             x:Name="treee"
                             HorizontalAlignment="Left"
                             VerticalAlignment="Top"
                             Selected="treee_Selected"
                             FontSize="25"
                             ItemsSource="{Binding Source={StaticResource MyList}}"
                             ItemTemplateSelector="{StaticResource myDataTemplateSelector}"/>

Any idea?

Thanks,
Pascal

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Petkov
Telerik team
answered on 31 Oct 2008, 06:04 AM
Hello Pascal,

You will be able to change the font size as you attempt to do with the source above with the official release of RadControls for Sliverlight we are publishing next week. I've just tried that with the latest source and I'm able to change the font size of all the tree nodes.

Feel free to download the bits as soon as we announce the major Q3 2008 release and get back to us should you need our assistance. Please excuse us for the temporary inconvenience.

Best wishes,
Konstantin Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Pascal
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or