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

CommandBarStripElement Missing Properties

2 Answers 98 Views
CommandBar
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 2
Dean asked on 20 Dec 2010, 08:13 AM
Good Day,

I've got this problem where I cannot see the Grip Properties or OverflowButton Properties for the CommandBarStripElement in the VS.NET IDE with the new Telerik Q3 SP1 Control set. I use to be able to set the visibility properties of both the Grip and OverflowButton using the VS.NET propertygrid. I know I can do this from the code-behind please let me know if I'm just losing it.

Please see link to image below.

http://i54.tinypic.com/nytsh1.png

2 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 20 Dec 2010, 11:32 AM
Hi Dean,

No, you're not going mad. This seems to have been ommited from this release and it needs (as you said) to be set from code at the moment.
All the best
Richard
0
Peter
Telerik team
answered on 22 Dec 2010, 05:17 PM
Hello,

Thank you for writing. 

Currently, you can access these elements only programmatically, for example:

commandBarStripElement1.Grip.Visibility = value;
...
commandBarStripElement1.OverflowButton = value;

In our next release these two elements will be accessible through the property grid.

Best wishes,
Peter
the Telerik team
Check out the Q1 2011 Roadmap for Telerik Controls for Windows Forms.
Tags
CommandBar
Asked by
Dean
Top achievements
Rank 2
Answers by
Richard Slade
Top achievements
Rank 2
Peter
Telerik team
Share this question
or