This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] TabView SelectedIndex #1231
Open
Description
hello im coding this:
<xct:TabView x:Name="tbView" Style="{StaticResource CustomTabStyle}" SelectedIndex="1" >
<xct:TabViewItem />
<xct:TabViewItem />
<xct:TabViewItem />
</xct:TabView>
i didnt show tabitem content its just example.
and when i will run getting this error!:
System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'