List View - DropDown word wrap

  • 10 August 2016
  • 3 replies
  • 8 views

Badge +1

Hello,

 

I have list view with dropdown in it, but dropdown value is not wordwrap. (See attached image)  How to enable word-wrap on list view drop-down text?

 

Thanks,

 


15967i70A2EFB401C1BF9F.png

3 replies

Userlevel 5
Badge +18

An editable list view will have two types of row:


- display rows


- edit row


Please select the display row, this should allow the "Wrap Text" option:


 


16146iCE6D4F5E5AE8E8C6.png

Badge +1

Hi Tin,

 

Thank you for the response but dropdown box does not have wrap text property in Body.

 

Thanks,

Kishan12528iBF7D7498A7AF9813.png

Userlevel 5
Badge +18

I believe for the display-type rows, it will not render the control during runtime; but just return the data in a Text format;  the control is only rendered during the 'edit' row.


 


As such, if you select this display-row, and use the "Change Control" option to change this to a 'Data Label' control, and the enable the 'Wrap Text' option; i believe the data should still be displayed, but it will be wrapped.


 


15511i503CB008598B1679.png

Reply