Solved

Enable scollbar on List Box

  • 31 July 2020
  • 1 reply
  • 1 view

Badge +7

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?

icon

Best answer by BB33 1 August 2020, 20:40

View original

1 reply

Badge +7

I found solution for this issue. 

 

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

Reply