Hi, I want an UI as show below. Is it possible with UltraDockManager? Or what can be the best possible way to do it using "Windows Forms"? I want a group of tabs on the top and a group of tabs at the bottom of the strip. When clicked the pane should be visible. I tried using UltraDockManager, but i face a problem to place the tabs on the top. When the pane is pinned, the tabs are moving to the left bottom of the strip. I docked the dockareapane and childpanestyle to left. Now i want the tabs to be on the left top of the strip even after the panes are pinned.
Hello cadcame,
There are different approaches to create UI which is similar to PDF Navigation. Maybe the easest way to solve this task could be if you create your own class which inherite our UltraPrintPreviewDialog class . Also you could include two UltraTabControls (the first one will be Dock = Left and the second one will be Dock=Bottom. for both TabControls we will set TabOrientation = LeftTop.) After that we could implement functionality to show and hide the tab`s pages
If you give me a time, I`ll create small sample for you.
Feel free to write me if you have any questions.
Regards
Hi Georgi,
Thanks for your reply. That would be great if you can give me a sample application. In the mean time I will try, as you suggested me using UltraPrintPreviewDialog class.
Thanks