Answers for "multi-select parent listbox horizontal alignment css"

CSS
0

multi-select parent listbox horizontal alignment css

<style>

.ListData.ListBox.cbFormMultiSelect {
    width: 500px!important;
    min-width: 13px!important;
    height: 33px!important;
}
div {

overflow: auto!important;
    overflow-y: auto!important;
    display: inline-flex;

}
</style>
Posted by: Guest on November-26-2020

Code answers related to "multi-select parent listbox horizontal alignment css"

Browse Popular Code Answers by Language