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
Re: DevXpress NavBar behaviour >> help please
Try to dock it to the owning dialog.
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.
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