feat: implement dynamic measure.

This commit is contained in:
rabbitism
2024-02-22 22:52:26 +08:00
parent 395d185714
commit d5a8064202
2 changed files with 50 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<StackPanel>
<u:ToolBar HorizontalAlignment="Left" Header="Hello World">
<Button Content="Button 1" />
<Button Content="Button 2" />
<Button Content="Button 2" u:ToolBar.OverflowMode="AsNeeded" />
<Button Content="Button 3" u:ToolBar.OverflowMode="Always" />
</u:ToolBar>
<u:ToolBar ItemsSource="{Binding Items}" HorizontalAlignment="Left">