CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2008
    Posts
    3

    DevXpress NavBar behaviour >> help please

    Hi

    I have DevXpress NavBar with editbox controls placed on dialog. If dialog height is not enough, scroll buttons appear on top and bottom and some editbox controls are out from client area. End-user wishes Navbar to autoscroll when user goes to invisible editboxes by pression Tab. Is it possible and how?

    Thank you

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: DevXpress NavBar behaviour >> help please

    Try to dock it to the owning dialog.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Nov 2008
    Posts
    3

    Re: DevXpress NavBar behaviour >> help please

    boudino,
    Thank you for reply!
    I've set Dock to Left for navigation control but it did not help.

  4. #4
    Join Date
    Nov 2008
    Posts
    3

    Re: DevXpress NavBar behaviour >> help please

    Here is what I did:
    added XtraScrollableControl and docked it into form. Then I've put inside NavBarControl w/o docking and set AlwaysScrollActiveControlIntoView to True.
    Now the only problem is right scrollpad appearing when ScrollableControl client area is not enough for NavBarControl. Disablenf AutoScroll results in AlwaysScrollActiveControlIntoView malfunction. I don't like scrollablecontrol scroller and want top and bottom scroll buttons back.
    Any ideas?

    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured