Click to See Complete Forum and Search --> : DevXpress NavBar behaviour >> help please


asta02
November 18th, 2008, 02:09 AM
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

boudino
November 19th, 2008, 04:57 AM
Try to dock it to the owning dialog.

asta02
November 21st, 2008, 01:03 AM
boudino,
Thank you for reply!
I've set Dock to Left for navigation control but it did not help.

asta02
November 21st, 2008, 08:30 AM
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