Hi I have a panel box which dynamically adds labels at run time. However, the panel display is always at the top.
When I add labels I set application.doevents so the user can see the labels being drawn.
However I want the user to be able to view the bottom of the panel, maybe something like this
However, this doesn't work.
Any ideas?
Cheers Bob
When I add labels I set application.doevents so the user can see the labels being drawn.
However I want the user to be able to view the bottom of the panel, maybe something like this
Code:
Me.panelMain.Select = Me.panelMain.Height
Any ideas?
Cheers Bob