File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 94
94
Drop =" programSourceView_Drop"
95
95
GridViewColumnHeader.Click=" GridViewColumnHeaderClickedHandler"
96
96
PreviewMouseRightButtonUp =" ProgramSourceView_PreviewMouseRightButtonUp"
97
- SelectionMode =" Extended"
98
- Style =" {StaticResource {x:Static GridView.GridViewStyleKey}}" >
99
- <ListView .ItemContainerStyle>
100
- <!-- <Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem"> for Darkmode Style -->
101
- <Style TargetType =" ListViewItem" >
102
- <EventSetter Event =" PreviewMouseUp" Handler =" Row_OnClick" />
103
- <Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
104
- </Style >
105
- </ListView .ItemContainerStyle>
97
+ SelectionMode =" Extended" >
106
98
<ListView .View>
107
99
<GridView >
108
100
<GridViewColumn Width =" 150" Header =" Name" >
You can’t perform that action at this time.
0 commit comments