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
Showing 0 results
Your Answer

Please first to submit.