Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 XAML 中有一个 TextBlock,我正在尝试在按钮上创建一个水平滚动的“选取框”文本。但是,TextBlock 的宽度设置为父级的宽度。
例如,假设我们在 TextBlock 中有以下文本:
[敏捷的棕色狐狸跳过了懒狗
即长文本应如下所示:
[快速棕色 f]
但它仅限于父级的大小,这意味着当它滚动时,文本会丢失:
[ick brown f] //缺少'ox'
关于如何强制 TextBlock 忽略父宽度的任何想法?