In Development
Last Updated: 25 Apr 2024 09:14 by ADMIN
DateTimePicker's Accept and Cancel commands are not fired in popup mode on WinUI
Unplanned
Last Updated: 22 Aug 2023 12:53 by Gerard

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>