I have two ComboBoxTool on my group can align it on the right ?
I see propertie ComboxTool.alignrightontoolbar but is friend.
I upload image what my toolbar was looking
Francois
Hello Francois,
I have tried using multiple ComboBox tools but they looks like the following in my application:
Have you set any other properties that could change the alignment or display style? There are also DisplayStyle as well as Preffered size on the tool itself which might change the actual representation of the tools, so please verify if any of those has been already set in your application.If you have any other questions with this matter please feel free to ask.
This is my code
Dim cbt As New ComboBoxTool("FormatGrille"
)
cbt.SharedProps.Caption =
"Grille"
cbt.ValueList = VLFormatGrille()
cbt.SelectedIndex = 0
.Tools.Add(cbt)
rgGrilleOption.Tools.AddTool(
"FormatGrille"
When I adding with designer I can change the widht of the buttom.
How I can enlarge my button on the code.