|
-
Feb 23rd, 2011, 11:47 AM
#1
Thread Starter
Addicted Member
-
Feb 23rd, 2011, 12:23 PM
#2
Re: Auto expand text box in panel
Set the Anchor property of the autosizing Panel to Top, Left, Bottom, Right (make all of the lines in the box gray).
-
Feb 23rd, 2011, 12:32 PM
#3
Thread Starter
Addicted Member
Re: Auto expand text box in panel
Thanks works great, no brainer 
Found a way to do it with a timer though, but this is much more efficient.
Panel1.Width = Me.Width - Panel2.Width - 10
Panel1.Height = Me.Height
If Me.Height < Panel2.Height Then
Me.Height = Panel2.Height
End If
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|