after at windows 8.1 on the desktop right click menu personalize-> display changed the items size medium %125, on the application the devexpress tool gridcontrol was shrink like the image. without the size changing the items looks really small. What should I do?
Asked
Active
Viewed 175 times
0
-
Have you set the GridControl.Dock property to DockStyle.Fill or DockStyle.Top? This way the control always uses the whole width. – Uranus May 30 '14 at 08:12
-
Thanks but dock property is already fill. the grid fills on the small display (%100 size) but on this display size it doesnt, so the blank area shows up on the form. – witchqueen May 30 '14 at 12:15
-
Cannot it be related to the problem discussed here? http://devexpress.com/Support/Center/Question/Details/B134833 – Uranus Jun 02 '14 at 08:09