Why does my winform screen size get shrink after fetching data from database in C#?
I am using MS Access as database with C#. I have set property to maximized.The Form size remains maximized before fetching data. Once as I fetch data, form size get shrink to normal state. How can I fit size to any desktop screen size?
harendra prakashPosted Jan 3, 2018, 2:33 AM
Altaf AnsariPosted Jan 2, 2018, 11:32 PM
AutoScaleproperty of theFormtofalse. In my experience, it usually works when you are loading some content other thanControlsthat is scaled based on the font settings of the Windows.Mangesh GPosted Jan 2, 2018, 12:00 PM