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

Force collapsed value on Variants of a group

2 Answers 52 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Joël
Top achievements
Rank 2
Joël asked on 19 Sep 2011, 02:59 PM
I would wish to oblige my RibbonView has to post a collapsed group as of the opening and some is the dimension of the window.
For that I tested:
pageGroup = new RadRibbonGroup()
{
    Header = group.Key
};
collapsiblePanel = new RadCollapsiblePanel();
var variant = new GroupVariant(pageGroup, RibbonGroupVariant.Collapsed, 0);
pageGroup.Variants.Add(variant);
pageGroup.Items.Add(collapsiblePanel);
page.Items.Add(pageGroup);

But, when I run my application, the group isn't collapsed, I must resise my window to collapse it.

(sorry for my english)

2 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 22 Sep 2011, 03:13 PM
Hi Laurent,

We reproduced this issue and we logged it as a bug in our PITS system where you are able to track its status and vote for it. We also updated your telerik account points as a thanks for your cooperation.

Best wishes,
Petar Mladenov
the Telerik team

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

0
Joël
Top achievements
Rank 2
answered on 22 Sep 2011, 03:25 PM
Thank you.
Tags
RibbonView and RibbonWindow
Asked by
Joël
Top achievements
Rank 2
Answers by
Petar Mladenov
Telerik team
Joël
Top achievements
Rank 2
Share this question
or