FORM BUILDER IN WISEJ - HOW

0
0

Dear team,

I need to build a form in Wisej similar to the one attached. How can I create such a grid in Wisej without doubling the borders between rows and cells?

Thank you

 

Attachment
  • You must to post comments
0
0

Try the UserControl attached and use a monospaced font like Courier New

  • You must to post comments
0
0

For the overall control, you can use a TableLayoutPanel. You would need to have some merged columns (ie colspan=2) in order to get the layout right.

For the blue grids (see attached pictures), you could use a single row datagridview inside of the tablelayoutpanel.

 

If you require further assistance or want us to produce a sample for you, you can purchase a consulting package at https://wisej.com/services-packages/

Attachment
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.