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

RadDocumentPane's header shrinking issue

8 Answers 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lax
Top achievements
Rank 1
Lax asked on 17 Mar 2015, 11:41 PM
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

8 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 18 Mar 2015, 12:42 PM
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
 

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
0
Lax
Top achievements
Rank 1
answered on 20 Mar 2015, 04:39 PM
Looking forward to some pointers on this.

Regards,
Lax
0
Accepted
Kalin
Telerik team
answered on 23 Mar 2015, 11:10 AM
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:

<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.
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
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
0
Kalin
Telerik team
answered on 27 Mar 2015, 08:49 AM
Hi Lax,

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.

 
Tags
GridView
Asked by
Lax
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Lax
Top achievements
Rank 1
Share this question
or