Hi telerik team
I use the last build (evaluate version) of your controls. I want to develop a page to implement a Outlook navigation, based on your on line example. But I want also dock the panel bar at the bottom of my page, showing the maximum number of PanelBarItem in the available space (I using a RadSplitter too). Of course, if all panelbaritem are showed, the PanelBar must be docked on the bottom of the page.
To supply this functionality, I think that a good approach could be calculate the height of PanelBar in term of PanelBarItem elements, something of this:
(number of PanelBarItem) * (height of each PanelBarItem) = total space of PanelBar
Which is the height of each PanelBarItem? And what is the best approach to supply this information?
Thanks in advance
nadiagi
I use the last build (evaluate version) of your controls. I want to develop a page to implement a Outlook navigation, based on your on line example. But I want also dock the panel bar at the bottom of my page, showing the maximum number of PanelBarItem in the available space (I using a RadSplitter too). Of course, if all panelbaritem are showed, the PanelBar must be docked on the bottom of the page.
To supply this functionality, I think that a good approach could be calculate the height of PanelBar in term of PanelBarItem elements, something of this:
(number of PanelBarItem) * (height of each PanelBarItem) = total space of PanelBar
Which is the height of each PanelBarItem? And what is the best approach to supply this information?
Thanks in advance
nadiagi