列表框项目无缘无故变得太高?
您好,屏幕截图解释了这一点:
为什么项目变得这么高?我不对自己进行定位:
<ListBox Margin="6" ItemsSource="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}, Path=Segments}">
</ListBox>
也没有 ItemTemplate 我依赖于默认的 ToString()
行为。
Hello the screenshot explains it:
Why are do the Items become so tall? I do no positioning myself:
<ListBox Margin="6" ItemsSource="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}, Path=Segments}">
</ListBox>
No ItemTemplate either I'm relying on default ToString()
behaviour.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我发现了问题。每行都被换行符包围。
我没有立即看到它,因为数据是通过外部程序的 IPC 调用返回的。
Sorry, I found the problem. Each Line is surrounded by newline characters.
I didn't see it immediately because the data is returned via IPC call from external program.