DataGridView RowSpan Control painting

0
0

Hi,

The attached shows a RowSpan anomaly.  It was created with various calls to:

dgv[col, row].Style.RowSpan = rowSpan;
dgv[col, row].Control = new Schedule { Dock = DockStyle.Fill };

Where Schedule has BackColor set.

You can that the larger the RowSpan, the greater the “gap” where the Control is not painting large enough.

This is in v95.

Cheers,

Neil

  • You must to post comments
0
0

Thanks Neil.

Logged as WJ-9036. We´ll inform you when it´s fixed.

Best regards
Frank

  • You must to post comments
0
0

Thanks Frank.

I may also have another issue … unless I’m doing something wrong!

Per the code above, “Schedule” is a UserControl which I have now added a FlowPanel with DockStyle.Bottom, however it renders incorrectly.  See attached.

Cheers,

Neil

  • You must to post comments
0
0

Hi Neil,

issue WJ-9036 is fixed in the latest Wisej release (1.5.4).

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.