문제

How can I get content from RichTextBlockOverflow (for example some text)? And maybe someone know can I set RichTextBlockOverflow invisible?

도움이 되었습니까?

해결책

RichTextBlockOverflow doesn't have its own content, it shows overflow content from the RichTextBlock it is linked to. If you want to know what text shows in the RichTextBlockOverflow you can use ContentStart ContentEnd properties and extract text from the RichTextBlock using Select and SelectedText

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top