File tree 10 files changed +9
-19
lines changed
src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles
10 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : hc =" https://handyorg.github.io/handycontrol"
4
- x : Class =" HandyControlDemo.UserControl.BorderDemo"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ x : Class =" HandyControlDemo.UserControl.BorderDemo" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel Margin =" 32"
8
7
Orientation =" Vertical"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : hc =" https://handyorg.github.io/handycontrol"
4
- x : Class =" HandyControlDemo.UserControl.BrushDemo"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ x : Class =" HandyControlDemo.UserControl.BrushDemo" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel ChildWrapping =" Wrap"
8
7
ItemWidth =" 200"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.ButtonDemo"
4
- xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ xmlns : hc =" https://handyorg.github.io/handycontrol" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel ChildWrapping =" Wrap"
8
7
Spacing =" 32"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
- x : Class =" HandyControlDemo.UserControl.CalendarDemo"
4
- Background =" {DynamicResource RegionBrush}" >
3
+ x : Class =" HandyControlDemo.UserControl.CalendarDemo" >
5
4
<Calendar Margin =" 32"
6
5
SelectionMode =" MultipleRange" />
7
6
</UserControl >
Original file line number Diff line number Diff line change 2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.NativeScrollViewerDemo"
4
4
xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}"
6
5
MaxWidth =" 550"
7
6
Height =" 600" >
8
7
<Grid Margin =" 32"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.RadioButtonDemo"
4
- xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ xmlns : hc =" https://handyorg.github.io/handycontrol" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel ChildWrapping =" Wrap"
8
7
Spacing =" 32"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.RepeatButtonDemo"
4
- xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ xmlns : hc =" https://handyorg.github.io/handycontrol" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel ChildWrapping =" Wrap"
8
7
Spacing =" 32"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.SliderDemo"
4
- xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ xmlns : hc =" https://handyorg.github.io/handycontrol" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel Margin =" 32"
8
7
Orientation =" Horizontal"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : hc =" https://handyorg.github.io/handycontrol"
4
- x : Class =" HandyControlDemo.UserControl.TextBlockDemo"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ x : Class =" HandyControlDemo.UserControl.TextBlockDemo" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel Margin =" 32"
8
7
Spacing =" 5"
Original file line number Diff line number Diff line change 1
1
<UserControl xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" HandyControlDemo.UserControl.ToggleButtonDemo"
4
- xmlns : hc =" https://handyorg.github.io/handycontrol"
5
- Background =" {DynamicResource RegionBrush}" >
4
+ xmlns : hc =" https://handyorg.github.io/handycontrol" >
6
5
<ScrollViewer >
7
6
<hc : UniformSpacingPanel ChildWrapping =" Wrap"
8
7
Spacing =" 32"
You can’t perform that action at this time.
0 commit comments