This question is locked. New answers and comments are not allowed.
Hi Apologies if this is not the best place for my question, looking at the other topics I could not see a better place to ask it.
I have a RadDataBoundListBox;
It all works just grteat, but the checkbox is the default size, which is too small. I want to double the size of the checkbox and the tick and also add some margin so it is not stuck right in the top left.
I know I need to use the template. When I select "Edit Template" and "Edit a copy" it does not create a checkbox element.
I'm using VS2012 Express for windows phone.
Any help would be appreciated.
Cheers
Matt
I have a RadDataBoundListBox;
<telerikPrimitives:RadDataBoundListBox x:Name="boundThumbGrid" ItemsSource="{Binding Items}" DataVirtualizationMode="OnDemandAutomatic" AsyncBalanceMode="FillViewportFirst" IsAsyncBalanceEnabled="True" IsCheckModeActive="True" IsCheckModeEnabled="True" ItemTemplate="{StaticResource StackModeDataTemplateVertical}"> <telerikPrimitives:RadDataBoundListBox.VirtualizationStrategyDefinition> <telerikPrimitives:WrapVirtualizationStrategyDefinition Orientation="Horizontal" /> </telerikPrimitives:RadDataBoundListBox.VirtualizationStrategyDefinition></telerikPrimitives:RadDataBoundListBox>It all works just grteat, but the checkbox is the default size, which is too small. I want to double the size of the checkbox and the tick and also add some margin so it is not stuck right in the top left.
I know I need to use the template. When I select "Edit Template" and "Edit a copy" it does not create a checkbox element.
I'm using VS2012 Express for windows phone.
Any help would be appreciated.
Cheers
Matt