L
lodhaakhil85
Hi
I'm a newbie to C# and GDI+.I am writing an application that will
display some strings from a file on a panel. There are a few of
problems I am facing :
1.How do make the panel re-adjust its size when maximizing the form
window ??
2. I'm drawing the strings on the panel. if the number of strings
exceeds those that can be displayed in the panel, how can I add a
scroll bar to panel so that I can move it up and down to see the
remaning strings??
3.If I switch to another window and come back, the strings that were
earlier visible on the panel
no longer seem to be visible . How can I solve this issue ??
Any help would be appreciated.
Thanx,
Akhil
I'm a newbie to C# and GDI+.I am writing an application that will
display some strings from a file on a panel. There are a few of
problems I am facing :
1.How do make the panel re-adjust its size when maximizing the form
window ??
2. I'm drawing the strings on the panel. if the number of strings
exceeds those that can be displayed in the panel, how can I add a
scroll bar to panel so that I can move it up and down to see the
remaning strings??
3.If I switch to another window and come back, the strings that were
earlier visible on the panel
no longer seem to be visible . How can I solve this issue ??
Any help would be appreciated.
Thanx,
Akhil