Hi,
In my application, I am using a RadPaneGroup with dynamically loaded RadPanes. As new RadPanes get added to this group, the pane header shrinks. How to prevent this shrinking issue when new panes get added to the group?
Any pointers?
Thanks,
Lax
In my application, I am using a RadPaneGroup with dynamically loaded RadPanes. As new RadPanes get added to this group, the pane header shrinks. How to prevent this shrinking issue when new panes get added to the group?
Any pointers?
Thanks,
Lax
8 Answers, 1 is accepted
0
Hi Lax,
Can you share screenshot or video of the observed behavior? Any additional sample code would be also helpful.
I'm looking forward to hearing from you.
Regards,
Kalin
Telerik
Can you share screenshot or video of the observed behavior? Any additional sample code would be also helpful.
I'm looking forward to hearing from you.
Regards,
Kalin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Lax
Top achievements
Rank 1
answered on 18 Mar 2015, 04:48 PM
Hi Kalin,
Thanks for your response!
I am attaching 2 screen shots to this post for you to verify this issue. In the first screen shot, since there is enough room available, the header text is completely visible, but as the number of RadPanes increase, the header text shrinks, in the second screen shot.
So, just wondering if there is any property that needs to be set to keep the header from squeezing.
Regards,
Lax
Thanks for your response!
I am attaching 2 screen shots to this post for you to verify this issue. In the first screen shot, since there is enough room available, the header text is completely visible, but as the number of RadPanes increase, the header text shrinks, in the second screen shot.
So, just wondering if there is any property that needs to be set to keep the header from squeezing.
Regards,
Lax
0
Lax
Top achievements
Rank 1
answered on 20 Mar 2015, 04:39 PM
Looking forward to some pointers on this.
Regards,
Lax
Regards,
Lax
0
Accepted
Hello,
You can set the ScrollViewer.HorizontalScrollBarVisibility attached property in order to show arrows on both sides of the DocumentHost and don't shrink the Panes:
For more details check here. Hope this helps.
Regards,
Kalin
Telerik
You can set the ScrollViewer.HorizontalScrollBarVisibility attached property in order to show arrows on both sides of the DocumentHost and don't shrink the Panes:
<
telerik:RadPaneGroup
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
>
For more details check here. Hope this helps.
Regards,
Kalin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Lax
Top achievements
Rank 1
answered on 23 Mar 2015, 08:51 PM
Thanks Kalin for the response!
It worked great.
It worked great.
0
Lax
Top achievements
Rank 1
answered on 24 Mar 2015, 10:56 PM
Hi Kalin,
Just one feedback on the scrolling, it seems little sluggish, is there any reason for it?
Regards,
Lax
Just one feedback on the scrolling, it seems little sluggish, is there any reason for it?
Regards,
Lax
0
Lax
Top achievements
Rank 1
answered on 25 Mar 2015, 04:45 PM
Never mind, please ignore the above post, used ScrollMode to achieve desired result.
Regards,
Lax
Regards,
Lax
0
Hi Lax,
I'm glad you managed to achieve the desired. If you have any other question, let us know.
Regards,
Kalin
Telerik
I'm glad you managed to achieve the desired. If you have any other question, let us know.
Regards,
Kalin
Telerik
See What's Next in App Development. Register for TelerikNEXT.