How to make displays proportionate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sc5502
    New Member
    • Jun 2014
    • 102

    How to make displays proportionate

    Some background:

    Front end: MS VB.Net (2017 Professional)
    Back end: MS SQL Server 2012

    I have an application that will be displayed on different screen sizes (from 15" to 60").

    I want the application to automatically adjusted so all fields will adjust accordingly to fit the display where it is on a 15" laptop or a 60" Flat Screen.

    Is there a way to accomplish this? Thanks.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    If you are developing a WPF vb.net application you can use Grid's and set the widths of columns and heights of rows to some multiple of "*" which would space things as intended regardless of your screen size.

    Comment

    Working...