Resize selection column width in WPF GridControl

402 views Asked by At

Could we resize the width of selection column in WPF GridControl (yellow area)?

Resize selection column width in WPF GridControl

1

There are 1 answers

0
nempoBu4 On BEST ANSWER

This is Row Indicator Panel:
Row Indicator Panel
You can use TableView.IndicatorWidth property to resize its width.