mirror of
https://github.com/frosch95/K8sFileBrowser.git
synced 2026-04-11 04:48:22 +02:00
remove focus on cell
This commit is contained in:
@@ -101,7 +101,8 @@
|
||||
GridLinesVisibility="Horizontal"
|
||||
BorderThickness="1"
|
||||
SelectionMode="Single"
|
||||
SelectedItem="{Binding SelectedFile}">
|
||||
SelectedItem="{Binding SelectedFile}"
|
||||
Focusable="False">
|
||||
<DataGrid.Styles>
|
||||
<Style Selector="DataGridColumnHeader">
|
||||
<Setter Property="FontSize" Value="14"></Setter>
|
||||
|
||||
Reference in New Issue
Block a user