I have pageview control when can display 1 or many tabs. In the case where there is only 1 page of data to display I would like to hide the tab caption.
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 29 Sep 2011, 09:02 AM
Hello Rodney,
Thank you for writing.
You can achieve this by subscribing to the RadPageViewPageAdded and PageRemoved events and change the visibility of the tabs item container. Here is a code snippet that demonstrates this: