Hi,
I am using check box list of Choice control and because of large data scroll bar is displaying on the form.
So Is there any way to give word wrap to this control?
please provide any solution or work around for this issue.
Thanks,
Divya Raj
Hi,
I am using check box list of Choice control and because of large data scroll bar is displaying on the form.
So Is there any way to give word wrap to this control?
please provide any solution or work around for this issue.
Thanks,
Divya Raj
Hi DR0607,
you can do this by overriding CSS class properties,
Dropdown List Items will be available in below html structure.
<li class=”style1”> <a class=”style2”> <span class=”style3”>Item1</span></a><li/>
<li class=”style1”><a class=”style2”><span class=”style3”>Item2</span></a><li/>
Use browser inspect option and to get class names for dropdown list and override below properties
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.