[SOLVED] DataGridView, "ExtendLastCol" feature

Answered Closed
0
0

Howdy,

For winforms, I use flexgrid from C1, and it has a property that is “ExtendLastCol”, which is very very handy, no need to adjust last col or with the form size.

Would it be possible to add this property to WiseJ DataGridView control?

Thanks in advanced!

  • Neil Hoskins
    Would LOVE to be able to use Flexgrid with WiseJ – I’ve been using Flexgrid since VB6 and love it.
  • You must to post comments
Best Answer
1
0

If you set the last column FillWeight to 1 and auto size it will always fill to the rest of the available space. You’d have to handle when the column changes position to update the FillWeight.

  • You must to post comments
Showing 1 result