Skip to content

Commit

Permalink
preview: Fix 1st load failure doesn't hide control template combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 21, 2024
1 parent 86976b0 commit 591fca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WinUI3XamlPreview/WinUI3XamlPreview/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
Grid.Column="2"
VerticalAlignment="Center"
SelectionChanged="customControlComboBox_SelectionChanged"
SizeChanged="customControlComboBox_SizeChanged" />
SizeChanged="customControlComboBox_SizeChanged"
Visibility="Collapsed" />
</Grid>
</ScrollView>
<Grid Grid.Row="1">
Expand Down

0 comments on commit 591fca9

Please sign in to comment.