File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Flow . Launcher . Resources . Controls
10
10
{
11
+ // TODO: Use IsScrollAnimationEnabled property in future: https://github.com/iNKORE-NET/UI.WPF.Modern/pull/347
11
12
public class CustomScrollViewerEx : ScrollViewer
12
13
{
13
14
private double LastVerticalLocation = 0 ;
Original file line number Diff line number Diff line change 277
277
<Style BasedOn =" {StaticResource DefaultMenuItemStyle}" TargetType =" MenuItem" />
278
278
279
279
<!-- List View from UI.WPF.Modern to adjust GridView item margin -->
280
+ <!-- // TODO: Only override Margin property in future: https://github.com/iNKORE-NET/UI.WPF.Modern/pull/349 -->
280
281
<Style
281
282
x : Key =" {x:Static GridView.GridViewItemContainerStyleKey}"
282
283
BasedOn =" {StaticResource DefaultListViewItemStyle}"
283
284
TargetType =" ListViewItem" >
285
+ <Setter Property =" Margin" Value =" 0 2" />
284
286
<Setter Property =" Padding" Value =" 6 0" />
285
287
<Setter Property =" Background" Value =" {DynamicResource GridViewItemBackground}" />
286
288
<Setter Property =" Foreground" Value =" {DynamicResource GridViewItemForeground}" />
You can’t perform that action at this time.
0 commit comments