0

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

Resize selection column width in WPF GridControl

Wildan Muhlis
  • 1,553
  • 2
  • 22
  • 43

1 Answers1

1

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

nempoBu4
  • 6,521
  • 8
  • 35
  • 40