Hello
Is there a way to create a non-breaking space in text in a button control? ( does not work)
I'm using a 'dash' as a workaround but it is not pretty!
Thank you in advance for any suggestions.
Solved! Go to Solution.
Hi @Englishweb ,
Try
ThisItem.Student & Char(160) & Char(160) & Char(160) & Char(160) & ThisItem.S1Subject
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @Englishweb ,
This will put a space in
ThisItem.Student & " " & ThisItem.S1Subject
not sure what you mean by non-breaking space as you can control the warp (if any) with the width of the button.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hello Warren,
Thanks for your quick reply.
Yes, that works for 1 space max, but the info in the button is still a bit squashed. I was trying to separate the text with a bigger gap between each item. Maybe this isn't possible?
Hi @Englishweb ,
Try
ThisItem.Student & Char(160) & Char(160) & Char(160) & Char(160) & ThisItem.S1Subject
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
PERFECT! Thank you very much.
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
109 | |
83 |