This is a migrated thread and some comments may be shown as answers.

Content of RibbonView Don't AutoSize

3 Answers 56 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Giovanni Rojas
Top achievements
Rank 2
Giovanni Rojas asked on 17 Nov 2011, 08:21 PM
Hello:

I update to Q3 Today and when run project and all icons in tabs show in small size.

When resize windows the icons only show in small size.

In Q2 the icons show ok (medium, large and small if configurate).

Thanks

Excuse me english

3 Answers, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 21 Nov 2011, 11:05 AM
Hi Giovanni Rojas,

For Q3 2011 we have changed a little bit the behavior of the GroupVariants and actually the meaning of the Priority property, so could you please send us the code for your GroupVariantsCollection, thus we will be able to better assist you?

All the best,
Viktor Tsvetkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Giovanni Rojas
Top achievements
Rank 2
answered on 21 Nov 2011, 03:45 PM
NewGroupVariant = New GroupVariant
NewGroupVariant.Variant = RibbonGroupVariant.Large
NewGroupVariant.Priority = 0
NewGroup.Variants.Add(NewGroupVariant)
NewGroupVariant = New GroupVariant
NewGroupVariant.Variant = RibbonGroupVariant.Medium
NewGroupVariant.Priority = 1
NewGroup.Variants.Add(NewGroupVariant)
0
Viktor Tsvetkov
Telerik team
answered on 24 Nov 2011, 12:44 PM
Hello Giovanni Rojas,

There are two approaches in this scenario:
1) You can set the priority of the Large variant to have the highest value
2) You can simply remove the adding of the Large variant

If you have further questions do not hesitate to ask.

Regards,
Viktor Tsvetkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
RibbonView and RibbonWindow
Asked by
Giovanni Rojas
Top achievements
Rank 2
Answers by
Viktor Tsvetkov
Telerik team
Giovanni Rojas
Top achievements
Rank 2
Share this question
or