|
-
Aug 11th, 2017, 09:51 PM
#10
Hyperactive Member
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by Krool
A workaround solution would be to do following during Form_Load, then you have the correct height immediately:
Code:
Private Sub Form_Load()
Set ToolBar1.ImageList = ToolBar1.ImageList
Debug.Print "Form_Load: " & ToolBar1.Height
Beside this workaround there is no other immediate solution now possible.
This workaround did the trick. Thank you.
Actually, I did try the MS toolbar control earlier and it did size correctly to 28x28 icons on launch (with and without text).
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
|