button size srinks more in table layout panel
-
Hello, I am using table layout panel so my C# application UI looks better even if we change screen resolution. My all controls are docked fill in different cells of tableLayoutPanel. I am 1280 by 1024 resolution to develop UI. If i change resolution to 800 by 600 then the size(height) of button reduces extremely and text also doesn't fit in button but the other controls like text box seems to be ok. How do i make sure that the button size reduces according to the parent control and also button text should be visible? Thanks in Advance.
-
Hello, I am using table layout panel so my C# application UI looks better even if we change screen resolution. My all controls are docked fill in different cells of tableLayoutPanel. I am 1280 by 1024 resolution to develop UI. If i change resolution to 800 by 600 then the size(height) of button reduces extremely and text also doesn't fit in button but the other controls like text box seems to be ok. How do i make sure that the button size reduces according to the parent control and also button text should be visible? Thanks in Advance.
-
Hello, I am using table layout panel so my C# application UI looks better even if we change screen resolution. My all controls are docked fill in different cells of tableLayoutPanel. I am 1280 by 1024 resolution to develop UI. If i change resolution to 800 by 600 then the size(height) of button reduces extremely and text also doesn't fit in button but the other controls like text box seems to be ok. How do i make sure that the button size reduces according to the parent control and also button text should be visible? Thanks in Advance.
Hi! Design your layout in 800 by 600 resolution. and then move to 1280 by 1024 Thanks
Develop2Program & Program2Develop
-
Hi! Design your layout in 800 by 600 resolution. and then move to 1280 by 1024 Thanks
Develop2Program & Program2Develop
Thanks all. Designing in lower resolution works for me.