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
Video file - part 1
Video file - part 2
this is the sample
Hi,
If you need any additional assistance don’t hesitate to ask.
Hi Georgie,
Thank you for reply and the sample application. But as the printpreview dialog is not a control I couldn't use that.I need the pdf navigation as control to put it in my present main application. As our application is itself a form. I cannot have any other dialogue. So just view the image which i have attached. See the steps what i have mentioned. I have been trying this in my own ways. But it would be good if I have a word from experts, so that in the future the design may be simple and can be reusable.
Thanks.
Please take a look at the answers of your questions:
cadcame said:I need the pdf navigation as control to put it in my present main application
cadcame said:But as the printpreview dialog is not a control I couldn't use that
Let me know if you have any further questions.
Can You reply for the above post. Need some help.