Skip to content

Commit

Permalink
fix: fix the issue of navigation bar is not work incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdpcdt committed Nov 22, 2024
1 parent 36d096d commit ed84181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Semi.Avalonia/Controls/Carousel.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
ItemContainerTheme="{DynamicResource CarouselIndicatorDotListBoxItem}"
ItemsSource="{TemplateBinding ItemCount, Converter={x:Static converter:ItemConverter.ItemToObjectConverter}}"
IsVisible="{TemplateBinding ItemCount, Converter={x:Static converter:ItemConverter.ItemVisibleConverter}}"
SelectedIndex="{TemplateBinding SelectedIndex}">
SelectedIndex="{TemplateBinding SelectedIndex, Mode=TwoWay}">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
Expand Down

0 comments on commit ed84181

Please sign in to comment.