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

CaptionHeight on RadPanelBarGroupElement

1 Answer 59 Views
Panelbar (obsolete as of Q2 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.
Walter
Top achievements
Rank 1
Walter asked on 28 Jul 2008, 09:54 AM
Hello,

I am designing an application for touchscreens.
I would like to set the height of the radpanelbargroupelement a bit bigger so that it is a bit easier to click on it.

CaptionHeight only has a getter, so i would like to know how i can set the height of the control at runtime (preferably).

thanks,

walter

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 28 Jul 2008, 02:42 PM
Hi Walter,

Thank you for contacting us.

You can increase group caption's height by using the following sample code:

     this.radPanelBarGroupElement1.GetCaptionElement().Padding = new Padding(0, 20, 0, 20);
      
I hope this helps. If you have any additional questions please feel free to ask.

Sincerely yours,
Boyko Markov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
Walter
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or