Hi mates,
When I try to insert into a chunk a horizontal radRibbonBarButtonGroup and a vertical radRibbonBarButtonGroup and both of these have Autosize set to false and the size property is set to a fixed size, and into these groups(radRibbonBarButtonGroup) I've added radButtonElements at design time, they also have fixed size (Width and Height), my controls (RadButtonElements and RadRibbonBarButtonGroups) sets automatically the size to 0,0 (and, of course, are disappeared) at Run Time.
I've verified in RadRibbonForm Designer code (the form that contain the RadRibbonBar), that there is no code of the size property of the controls.
Should I write the size manually into designer code? or is there another property that hide my controls (in advertently)?
Just to mention that RibbonBar will have 7 tabs with around 20 chunks.
When I try to insert into a chunk a horizontal radRibbonBarButtonGroup and a vertical radRibbonBarButtonGroup and both of these have Autosize set to false and the size property is set to a fixed size, and into these groups(radRibbonBarButtonGroup) I've added radButtonElements at design time, they also have fixed size (Width and Height), my controls (RadButtonElements and RadRibbonBarButtonGroups) sets automatically the size to 0,0 (and, of course, are disappeared) at Run Time.
I've verified in RadRibbonForm Designer code (the form that contain the RadRibbonBar), that there is no code of the size property of the controls.
Should I write the size manually into designer code? or is there another property that hide my controls (in advertently)?
Just to mention that RibbonBar will have 7 tabs with around 20 chunks.