Hello!
My project uses Dropdown TM Pro. It has a list of “Options”. In the list, I write Option A\nextrow. In theory, Nextrow should be transferred to another line. If you make any changes in the created and displayed list from the editor, then everything is displayed correctly. But since the list in DropDown is created on the fly, it seems to me that some kind of display update is needed. Can someone tell me how to do it right?
Try RefreshShownValue ?
Yes, I tried RefreshShownValue(), but unfortunately it doesn’t help.
The text is displayed correctly for some reason only if you try to enter or delete something in the editor in the first field. Maybe there is some kind of event that can still be called manually…
My problem is generally the following: I have a list whose element names have a length from one word (takes one line) to a sentence (takes 3 lines). I want to make sure that the height of the cells is the same and the height of the font is the same. The solution to my problem, I thought it would be better to just skip a certain number of lines for a short name. But you can’t insert “Enter” in the “Options” field, you can only “\n” and it doesn’t work
It would be possible to go the way of calculating the required font, but the phone resolutions are different, aspect ratios, dpi too, I’m afraid to make a mistake and part of the text will not fit. I would like to automatically enter the text
My problem is easily solved by adding Multiline to the attribute, but here it feels like there is a catch…