I use gxt 2.3.1a to develop an application , but i have this problem : 
SimpleComboBox do not show the vertical scroll bar when i have many data !! 
i have the same problem for the compoment "TimeField" , i do not see the 
scroll vertical bar !! 
I see that the problem come from the file  gxt-all.css !! How can i resolve 
this problem ???

the code CSS that describe " SimpleCombobox " is : 

.x-combo-list {
    border:1px solid;
    zoom:1;
    overflow:hidden;

}
.x-combo-list-inner {
    overflow:auto;
  
    position:relative;  
    zoom:1;
    overflow-x:hidden;
}
.x-combo-list-hd {
    border-bottom:1px solid;
    padding:3px;
   
}

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to