Hi Stanislav,
Our properties is classical, as :
<jqxDropDownList #cb_profils [width]=”‘100%'” [height]=”25″ [dropDownWidth]=”350″ [dropDownHeight]=”300″ [displayMember]=”‘label'” [valueMember]=”‘value'” [theme]=”globserv.glob_theme” [source]=”data_cb_profils” [ngModel]=”saladata?.PROFIL” (onChange)=”SetProfil($event);”></jqxDropDownList>
The size of this dropdownlist is linked with the size of the data dispatch on the label of the dropdownlist.
When the text is short, the widget can shrink but when the text is long, the widget stop to the length of the text.
Thanks you. Fabien.