Yes, DPI aware. Desktop scaling is disabled. All forms appear at a normal 100%.

The scaling performed above is being performed in code to allow a form to be scaled dynamically by dragging the corner up or down to resize. All controls are anchored and during a resize event are sized by proportion to the scaling of the whole form.

This means you can scale a form independently of the desktop and have a form at any chosen size you require.

The following image shows very similar forms scaled to size manually using the above method.



The only control that does not size 'correctly' are the check and option buttons.