I have WinForms with TableLayoutPanel with rows divided by %/pixels inside Toolstrips and other stuff. Problem comes if monitor 4K and scale is set higher than 175%, some layouts rows not properly resize, buttons or toolstrip are barely visible.
Manually I can fix this, but same fix is not suitable for 100% and 200% scale, so I need IF's.
So main question is how to get each monitor scale %? Or at least scale % on that monitor were it was loaded.