This question is locked. New answers and comments are not allowed.
Hi,
I'm having an issue with column footers being unaligned. It looks like the expander column is causing the other column footers to be off.
Here is my code
I'm having an issue with column footers being unaligned. It looks like the expander column is causing the other column footers to be off.
Here is my code
<UserControl x:Class="SilverlightApplication1.MainPage" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White" > <Grid.RowDefinitions> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <telerik:RadTreeListView x:Name="View" Height="Auto" ShowColumnFooters="True" RowIndicatorVisibility="Collapsed" ItemsSource="{Binding Items}" > <telerik:RadTreeListView.ChildTableDefinitions> <telerik:TreeListViewTableDefinition ItemsSource="{Binding TreeObjectChildren}" /> </telerik:RadTreeListView.ChildTableDefinitions> </telerik:RadTreeListView> </Grid></UserControl>
Kind Regards,
Ali