Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 4:35
Member 1332584618-May-19 4:35 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
#realJSOP18-May-19 6:47
mve#realJSOP18-May-19 6:47 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
phil.o18-May-19 6:48
professionalphil.o18-May-19 6:48 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Gerry Schmitz18-May-19 7:11
mveGerry Schmitz18-May-19 7:11 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 10:49
Member 1332584618-May-19 10:49 
NewsRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Mycroft Holmes18-May-19 12:04
professionalMycroft Holmes18-May-19 12:04 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Luc Pattyn18-May-19 13:10
sitebuilderLuc Pattyn18-May-19 13:10 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
BillWoodruff19-May-19 5:15
professionalBillWoodruff19-May-19 5:15 
1. by using a combination of docked controls, and other controls that are anchored, you can achieve pretty good proportional UI re-sizing in WinForms.

2. you will not achieve good quality arbitrary proportional font re-sizing in WinForms because of changes in font rendering: fonts are rendered clearly in certain fixed "quantum state sizes" ... you want more than that, use WPF, where fonts, like everything else, get run through the vector graphic engine.

I will respond further if you start giving details of your UI structure, and get specific. Describe what AutoSizeMode setting you are using; describe what is docked, and not docked.
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584619-May-19 16:59
Member 1332584619-May-19 16:59 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
BillWoodruff19-May-19 18:43
professionalBillWoodruff19-May-19 18:43 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Ralf Meier19-May-19 21:28
mveRalf Meier19-May-19 21:28 
QuestionDoes Anybody Else Miss the WITH construct of Visual Basic? Pin
David A. Gray17-May-19 7:07
David A. Gray17-May-19 7:07 
AnswerRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
#realJSOP17-May-19 7:53
mve#realJSOP17-May-19 7:53 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
David A. Gray17-May-19 7:56
David A. Gray17-May-19 7:56 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
#realJSOP18-May-19 1:07
mve#realJSOP18-May-19 1:07 
AnswerRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
OriginalGriff17-May-19 7:56
mveOriginalGriff17-May-19 7:56 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
David A. Gray17-May-19 8:00
David A. Gray17-May-19 8:00 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
OriginalGriff17-May-19 8:16
mveOriginalGriff17-May-19 8:16 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
David A. Gray17-May-19 8:19
David A. Gray17-May-19 8:19 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
Dave Kreskowiak17-May-19 9:08
mveDave Kreskowiak17-May-19 9:08 
JokeRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
Richard Deeming17-May-19 9:24
mveRichard Deeming17-May-19 9:24 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
OriginalGriff17-May-19 9:29
mveOriginalGriff17-May-19 9:29 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
Dave Kreskowiak17-May-19 9:35
mveDave Kreskowiak17-May-19 9:35 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
BillWoodruff17-May-19 15:11
professionalBillWoodruff17-May-19 15:11 
GeneralRe: Does Anybody Else Miss the WITH construct of Visual Basic? Pin
Dave Kreskowiak17-May-19 15:55
mveDave Kreskowiak17-May-19 15:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.