Toggle DataGridView Layout between Horizontal and Vertical in Wisej

0
0

Hi,

I would like to know if it’s possible in Wisej to switch the layout of a table (DataGridView or similar) dynamically.

For example:

  • By default the data is shown in the usual horizontal style (columns left to right).

  • On a button click, I would like to show the same data vertically (like transposing rows and columns, or showing fields stacked one below the other).

Is there a recommended approach for this in Wisej?
Should I transpose the data source, or is there a built-in way using FlowLayoutPanel / FlexLayoutPanel or some responsive layout option?

Thanks in advance!


  • You must to post comments
0
0

Unfortunately, there is no built in way to do this in Wisej. I would recommend that you transpose the data source.

You could manually do this with switching between a FlowLayoutPanel and a DataGridView, see attached example.

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.