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

Custom PageHeaderElement

2 Answers 44 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Jason Parrish
Top achievements
Rank 1
Jason Parrish asked on 21 Aug 2013, 08:15 PM
Is there a way I can use a custom PageHeaderElement?  I need a couple additional labels and buttons in the wizard header.

Thank you!

2 Answers, 1 is accepted

Sort by
0
Jason Parrish
Top achievements
Rank 1
answered on 21 Aug 2013, 08:44 PM
This appears to work, but it is not elegant.  Any other suggestions?

RadWizard1.PageHeaderElement.Children.Clear()
 
Dim foo As New UserControl1
foo.Dock = DockStyle.Top
foo.Size = RadWizard1.PageHeaderElement.Size
 
RadWizard1.PageHeaderElement.Children.Add(New RadHostItem(foo))
0
Dimitar
Telerik team
answered on 26 Aug 2013, 12:01 PM
Hi Jason,

Thank you for writing.

The idea of the page header is to provide brief information for the page, not to contain buttons or labels. However, if you want to add some controls/elements, this is how you can do it.

Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Wizard
Asked by
Jason Parrish
Top achievements
Rank 1
Answers by
Jason Parrish
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or