Message 1 of 2
multipage frame listbox sizing
Not applicable
05-22-2009
06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone familiar with the multipage control?
I have 3 pages, each w/ a frame containing a listbox
trying to size them all the same as each other relative to their
parents...(at runtime)
one of the 3 is different size with same code...i don't get it
(the caption of the frame is different and a letter with a tail occurs there
but no other differences i can see would affect it differently
a vb tabstrip has .ClientArea (for sizing contained objects) but the vba
page ctl doesn't seem to have a corollary
Sub TestForm()
Dim ofrm As DisplayForm2
Set ofrm = New DisplayForm2
ofrm.init
ofrm.Show
End sub
I have 3 pages, each w/ a frame containing a listbox
trying to size them all the same as each other relative to their
parents...(at runtime)
one of the 3 is different size with same code...i don't get it
(the caption of the frame is different and a letter with a tail occurs there
but no other differences i can see would affect it differently
a vb tabstrip has .ClientArea (for sizing contained objects) but the vba
page ctl doesn't seem to have a corollary
Sub TestForm()
Dim ofrm As DisplayForm2
Set ofrm = New DisplayForm2
ofrm.init
ofrm.Show
End sub