Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
885
UI similar to PDF Navigation
posted

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.

Parents
No Data
Reply
  • 53790
    posted

    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

Children