Unplanned
Last Updated: 22 Aug 2023 12:53 by Gerard
Gerard
Created on: 22 Aug 2023 12:53
Category: DateTimePicker
Type: Bug Report
1
DateTimePicker: Applying SelectedIndex to TabStripStyle does not have effect

When setting the SelectedIndex to the TabStripStyle, the index does not change. 

 
    <ContentPage.Resources>
        <ResourceDictionary>

            <Style TargetType="telerik:TabViewHeader" x:Key="tabstripStyle">
                <Setter Property="Orientation" Value="Vertical"/>
                <Setter Property="SelectedIndex" Value="1"/>
            </Style>


        </ResourceDictionary>
    </ContentPage.Resources>
    <VerticalStackLayout>
        <telerik:RadDateTimePicker TabStripStyle="{StaticResource tabstripStyle}" x:Name="picker"/>
    </VerticalStackLayout>
0 comments