Vijay Kumar Vegulla
Top achievements
Rank 1
Vijay Kumar Vegulla
asked on 18 Nov 2010, 01:41 PM
Hi all,
I am using Telerik PageView very extensively in my project. In most of the places my form design demands me to resize the pageview tab strip height. But I could not find the property or area to do it.
Please help me with any information regarding the resizing the tab height in rad pageview.
Thanks
Vijay
I am using Telerik PageView very extensively in my project. In most of the places my form design demands me to resize the pageview tab strip height. But I could not find the property or area to do it.
Please help me with any information regarding the resizing the tab height in rad pageview.
Thanks
Vijay
7 Answers, 1 is accepted
0
Richard Slade
Top achievements
Rank 2
answered on 19 Nov 2010, 02:46 PM
Hello,
Is it the tab or the tab strip that you wish to change. Please could you add a screenshot showing what you would like to change and I'll do my best to help
Thanks
Richard
Is it the tab or the tab strip that you wish to change. Please could you add a screenshot showing what you would like to change and I'll do my best to help
Thanks
Richard
0
Vijay Kumar Vegulla
Top achievements
Rank 1
answered on 22 Nov 2010, 05:10 AM
Hi,
Sorry for not providing clear information on my query. It is the tab strip height because I have a very complex design in my form in that I need to fit Rad PageView.
Here I am providing my screen shot as you have asked.
Thanks
Vijay
Sorry for not providing clear information on my query. It is the tab strip height because I have a very complex design in my form in that I need to fit Rad PageView.
Here I am providing my screen shot as you have asked.
Thanks
Vijay
0
Richard Slade
Top achievements
Rank 2
answered on 22 Nov 2010, 10:27 AM
Hello Vijay,
I've had a look at this and I'm afriad that I believe it's not possible at this time to alter the height of the tab.
Regards,
Richard
I've had a look at this and I'm afriad that I believe it's not possible at this time to alter the height of the tab.
Regards,
Richard
0
Hi Vijay Kumar Vegulla,
Thank you for writing.
The desired functionality can be achieved by modifying the MinSize property of one of the RadPageViewPage objects in your RadPageView. Please consider the code snippet below:
As you noticed this is not very intuitive way to achieve this behavior and for this reason I have added a feature request in out PITS system. You can subscribe for this feature request in order to receive status updates.
If you have any other questions, do not hesitate to contact me.
Greetings,
Stefan
the Telerik team
Thank you for writing.
The desired functionality can be achieved by modifying the MinSize property of one of the RadPageViewPage objects in your RadPageView. Please consider the code snippet below:
radPageViewPage1.Item.MinSize =
new
Size(0, 50);
As you noticed this is not very intuitive way to achieve this behavior and for this reason I have added a feature request in out PITS system. You can subscribe for this feature request in order to receive status updates.
If you have any other questions, do not hesitate to contact me.
Greetings,
Stefan
the Telerik team
0
Vijay Kumar Vegulla
Top achievements
Rank 1
answered on 24 Nov 2010, 06:03 AM
Thank you Stefan.
Sure I will subscribe for this feature request. Hope I will have this feature soon. Thanks for your support.
vijay
Sure I will subscribe for this feature request. Hope I will have this feature soon. Thanks for your support.
vijay
0
Bernard
Top achievements
Rank 2
answered on 16 Nov 2015, 04:34 PM
hello. It has been 5 years. has this feature been implemented? am i now able to get the height as described by the OP?
thanks.
0
Hi Bernard,
Thank you for writing us.
We migrated our PITS to a Feedback Portal last year. Here is a link to the case in the new system: ADD. Functionality for resizing the tabs of RadPageView pages. The feature was implemented in Q1 2014 SP1 version.
If you observe any issue with the height, it would be helpful to send us a screenshot and code snippet demonstrating the problem. Thank you in advance.
Let me know if I can assist you further.
Regards,
Ralitsa
Telerik
Thank you for writing us.
We migrated our PITS to a Feedback Portal last year. Here is a link to the case in the new system: ADD. Functionality for resizing the tabs of RadPageView pages. The feature was implemented in Q1 2014 SP1 version.
If you observe any issue with the height, it would be helpful to send us a screenshot and code snippet demonstrating the problem. Thank you in advance.
Let me know if I can assist you further.
Regards,
Ralitsa
Telerik
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