Skip to main content
Nintex Community Menu Bar

When i disbled Listbox, it disabled vertical scroll var from control.  I want scroll bar on disabled field so user can view data from control using scroll bar but not able to select.

 

I dont want Readonly list box where scroll bar is enable.

 

Is there any CSS or jquery code so that i can override it on view?

I found solution for this issue. 

 

You can use datalabel with literal property and use CSS as <style>.disable-overlay{width:97%}</style>


Reply