Search code examples
gwtcomboboxsmartgwt

Combobox show text properly


I have a combo box that when I open it should show text like this

However I get something like this

with the scrollbar set to middle. Thing is sometimes for the same values it shows properly and sometimes it shows from middle(for same value).

I want it to show properly like in the first image and I've tried a couple of things but with no succes.

itemSection.setHoverAlign(Alignment.LEFT);

itemSection.setTextAlign(Alignment.LEFT);

itemSection.setAlign(Alignment.LEFT);

... and other irelevand stuff ...

Any help is highly appreciated. Thanks alot!


Solution

  • If I am not getting wrong, You want to set your scrollbar at particular position. FOr that you need to ovverride the css of that and try to set scrollbar position to 0. So that your problem will get solved.