You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 🖐, I recently faced a problem when wanting to use TextTrimming on a TextBlock while using a HandyControl Window.
I have a simple Window with a TextBlock within, when i use normal WPF Window the TextTrimming on the TextBlock works perfectly. The problem comes when i use a HandyControl Window, the text of the TextBlock is well trimmed but it's no longer go to a new line if there is enough space. It's directly trimming the text after it hit the max width of the TextBlock...
How can i get it to work with the HandyControl Window ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi 🖐, I recently faced a problem when wanting to use TextTrimming on a TextBlock while using a HandyControl Window.
I have a simple Window with a TextBlock within, when i use normal WPF Window the TextTrimming on the TextBlock works perfectly. The problem comes when i use a HandyControl Window, the text of the TextBlock is well trimmed but it's no longer go to a new line if there is enough space. It's directly trimming the text after it hit the max width of the TextBlock...
How can i get it to work with the HandyControl Window ?
With HandyControl Window :
With Normal WPF Window :
Beta Was this translation helpful? Give feedback.
All reactions