File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
src/Shared/HandyControlDemo_Shared/UserControl/Styles Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 44 xmlns : hc =" https://handyorg.github.io/handycontrol"
55 Background =" {DynamicResource RegionBrush}" >
66 <hc : TransitioningContentControl >
7- <ListBox Width =" 200" Margin =" 32" ItemsSource =" {Binding DataList}" >
8- <ListBox .ItemTemplate>
9- <DataTemplate >
10- <TextBlock Text =" {Binding Name}" />
11- </DataTemplate >
12- </ListBox .ItemTemplate>
13- </ListBox >
7+ <WrapPanel Margin =" 16" >
8+ <ListBox Margin =" 16" Width =" 200" ItemsSource =" {Binding DataList}" >
9+ <ListBox .ItemTemplate>
10+ <DataTemplate >
11+ <TextBlock Text =" {Binding Name}" />
12+ </DataTemplate >
13+ </ListBox .ItemTemplate>
14+ </ListBox >
15+ <ListBox Margin =" 16" Width =" 200" ItemsSource =" {Binding DataList}" Style =" {StaticResource ListBox.Small}" >
16+ <ListBox .ItemTemplate>
17+ <DataTemplate >
18+ <TextBlock Text =" {Binding Name}" />
19+ </DataTemplate >
20+ </ListBox .ItemTemplate>
21+ </ListBox >
22+ </WrapPanel >
1423 </hc : TransitioningContentControl >
1524</UserControl >
You can’t perform that action at this time.
0 commit comments