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

Hide gripstyle

2 Answers 83 Views
Toolstrip (obsolete as of Q3 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Atle
Top achievements
Rank 1
Atle asked on 04 Jun 2008, 01:29 PM
Hi,

How do I hide the gripstyle of the RadToolStrip?

A System.Windows.Forms.ToolStrip has a property GripStyle which I can set to Visible or Hidden....

Regards,
Atle

2 Answers, 1 is accepted

Sort by
0
Atle
Top achievements
Rank 1
answered on 05 Jun 2008, 10:10 AM

Hi again,

I found out how to do it...

ToolStripItem.Children[2].Visibility =

ElementVisibility.Hidden;

Atle

0
Martin Vasilev
Telerik team
answered on 06 Jun 2008, 08:12 AM
Hello Atle,

I am glad to hear that you have achieved the desired appearance.

Your code is correct. If you have other questions, do not hesitate to contact me again.

Greetings,
Martin Vasilev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Toolstrip (obsolete as of Q3 2010)
Asked by
Atle
Top achievements
Rank 1
Answers by
Atle
Top achievements
Rank 1
Martin Vasilev
Telerik team
Share this question
or