Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3798

How to create & Control Width - Webtoolbar Space?

$
0
0

Hello All,

I would like to add a space in between WebToolbarButtons. I found the following code, which does add a space, but it takes the entire toolbar space pushing the first item to the left, and the other button to the extreme right - thus creating a huge space.

Var flexspace As New WebToolbarButton
flexspace.Style = WebToolbarButton.ButtonStyles.FlexibleSpace
Me.AddItem(flexspace)

Anyone have sample code to accomplish what I need?

Thanks!
Tim

3 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 3798

Trending Articles