File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/Shared/HandyControlDemo_Shared/UserControl/Styles Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 xmlns : ex =" clr-namespace:HandyControlDemo.Tools.Extension"
88 xmlns : hc =" https://handyorg.github.io/handycontrol" >
99 <hc : TransitioningContentControl >
10- <TabControl Style =" {StaticResource TabControlInLine}" >
10+ <TabControl Style =" {StaticResource TabControlInLine}" BorderThickness = " 0,1,0,0 " >
1111 <TabItem Header =" {ex:Lang Key={x:Static langs:LangKeys.Common}}" >
12- <DataGrid hc:DataGridAttach.CanUnselectAllWithBlankArea=" True" HeadersVisibility =" Column" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" >
12+ <DataGrid hc:DataGridAttach.CanUnselectAllWithBlankArea=" True" HeadersVisibility =" Column" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" Margin = " 8 " >
1313 <DataGrid .RowHeaderTemplate>
1414 <DataTemplate >
1515 <CheckBox IsChecked =" {Binding IsSelected,RelativeSource={RelativeSource AncestorType=DataGridRow}}" />
3232 </DataGrid >
3333 </TabItem >
3434 <TabItem Header =" {ex:Lang Key={x:Static langs:LangKeys.ShowRowNumber}}" >
35- <DataGrid HeadersVisibility =" All" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" hc:DataGridAttach.ShowRowNumber=" True" >
35+ <DataGrid HeadersVisibility =" All" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" hc:DataGridAttach.ShowRowNumber=" True" Margin = " 8 " >
3636 <DataGrid .Columns>
3737 <DataGridTemplateColumn Width =" 60" CanUserResize =" False" >
3838 <DataGridTemplateColumn .CellTemplate>
4949 </DataGrid >
5050 </TabItem >
5151 <TabItem Header =" Small" >
52- <DataGrid Style =" {StaticResource DataGrid.Small}" HeadersVisibility =" All" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" hc:DataGridAttach.ShowRowNumber=" True" >
52+ <DataGrid Style =" {StaticResource DataGrid.Small}" HeadersVisibility =" All" RowHeaderWidth =" 60" AutoGenerateColumns =" False" ItemsSource =" {Binding DataList}" hc:DataGridAttach.ShowRowNumber=" True" Margin = " 8 " >
5353 <DataGrid .Columns>
5454 <DataGridTemplateColumn Width =" 60" CanUserResize =" False" >
5555 <DataGridTemplateColumn .CellTemplate>
Original file line number Diff line number Diff line change 66 xmlns : ex =" clr-namespace:HandyControlDemo.Tools.Extension"
77 Background =" {DynamicResource RegionBrush}" >
88 <hc : TransitioningContentControl >
9- <TabControl Style =" {StaticResource TabControlInLine}" >
9+ <TabControl Style =" {StaticResource TabControlInLine}" BorderThickness = " 0,1,0,0 " >
1010 <TabItem Header =" Default" >
11- <ListView ItemsSource =" {Binding DataList}" >
11+ <ListView ItemsSource =" {Binding DataList}" Margin = " 8 " >
1212 <ListView .View>
1313 <GridView >
1414 <GridViewColumn Width =" 80" Header =" {ex:Lang Key={x:Static langs:LangKeys.Index}}" DisplayMemberBinding =" {Binding Index}" />
1919 </ListView >
2020 </TabItem >
2121 <TabItem Header =" Small" >
22- <ListView ItemsSource =" {Binding DataList}" Style =" {StaticResource ListView.Small}" >
22+ <ListView ItemsSource =" {Binding DataList}" Style =" {StaticResource ListView.Small}" Margin = " 8 " >
2323 <ListView .View>
2424 <GridView >
2525 <GridViewColumn Width =" 80" Header =" {ex:Lang Key={x:Static langs:LangKeys.Index}}" DisplayMemberBinding =" {Binding Index}" />
You can’t perform that action at this time.
0 commit comments