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

Adding More Room For HeaderView?

3 Answers 35 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
Trevor
Top achievements
Rank 1
Trevor asked on 13 Feb 2017, 05:47 PM

Hi,

The HeaderView only gives you about one Cells worth of space to work with, is it possible to make this HeaderView bigger? Also, is there a click handler for the HeaderView?

Thanks

3 Answers, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 14 Feb 2017, 06:22 PM
Hi Trevor,

Can you clarify further on what you're referring to for a HeaderView? The RadSideDrawer doesn't have a HeaderView property or even Header content area.

We could help further if you shared your UI for Xamarin specific XAML with us so that we can investigate it directly and offer potential solutions. 

Thank you.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Trevor
Top achievements
Rank 1
answered on 17 Feb 2017, 02:33 PM

Hi,

According to http://docs.telerik.com/devtools/ios/sidedrawer/customizations under "Custom Content", there is a header and footer section.

0
Lance | Manager Technical Support
Telerik team
answered on 20 Feb 2017, 04:24 PM
Hello Trevor,

Thank you for clarifying, this property isn't available for UI for Xamarin Cross Platform (Xamarin Forms), which is the product you submitted a ticket for.

If you're using Xamarin.iOS and UI for iOS (via Xamarin wrappers), then you should be able to set the header's height by using the Style property (as seen in that documentation link you pointed to):

this.sideDrawer = TKSideDrawer.FindSideDrawer(0, this);
sideDrawer.Style.HeaderHeight = 50;
sideDrawer.Style.FooterHeight = 50;
sideDrawer.Style.ItemHeight = 30;

If this doesn't work for you, please share your TKSideDrawer implementation with us so that we can replicate your issue and debug it directly.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SideDrawer
Asked by
Trevor
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Trevor
Top achievements
Rank 1
Share this question
or