is it possible to deactivate this bottom menu with minized views?
When we add a new Folder, we want to "height up" the folders and not opening it in this minimzed thing.
Okay,
I set the MinimizedAreaVisbility to Collapsed.
No when we add a new Item, we have to pull the horizontal bar to show this item as Tab.
Is there a coding solution?
Regards,
David
0
Pavel R. Pavlov
Telerik team
answered on 10 Oct 2012, 12:45 PM
Hello David,
As far as I understand you want to increase the size of the ActiveItemsArea of the RadOutlookBar, when you add a new item. This can be done by using the ActiveItemsCount property of the control. This property controls the count of the active items which can be seen below the Horizontal Splitter. You can find more information about the resizing feature of the control in our online documentation.