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.
Video file - part 2
Video file - part 1
Hello cadcame,
I made small sample for you. In the sample, I`m using UltraTabControl to create UI similar to PDF navigation. In my sample I used inheritance of UltraPrintPreviewDialog class to create similar viewer, but your could use the same approach in any other windows forms.
Please take a look at the attached sample and video file for more details and let me know if you have any questions.
Regards
Hi Georgi,
I tried with ultraPrintPreview class, but I could not use it in my application as it is a independent dialogue.I need it as a control to be embed in a Form.Clearly speaking, we have document area or client area in our application. We don't have preview thumbnail area with tabs at the left side as in Ultraprintpreview dialogue. I need to incorporate this pdf navigation style fucntionality at the left side of my application's mainform.
Thanks
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.