Skip to content

Commit 181a4cc

Browse files
committed
Enabled column resizing
1 parent 5626721 commit 181a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/Controls/GroupingGrid.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<Setter Property="CanUserSortColumns" Value="False" />
100100
<Setter Property="CanUserAddRows" Value="False" />
101101
<Setter Property="CanUserDeleteRows" Value="False" />
102-
<Setter Property="CanUserResizeColumns" Value="False" />
102+
<Setter Property="CanUserResizeColumns" Value="True" />
103103
<Setter Property="CanUserResizeRows" Value="False" />
104104
<Setter Property="HorizontalGridLinesBrush" Value="Transparent" />
105105
<Setter Property="VerticalGridLinesBrush" Value="Transparent" />

0 commit comments

Comments
 (0)