在最后一项和列表框末尾之间添加空格
我有一个可容纳数百项的列表框。当用户添加新项目时,它将位于列表的底部,并且他们将对其进行编辑。
有没有办法在最后一个项目和列表框末尾之间添加一些空白,以便用户可以向上滚动最后一个项目?
就像您在 Visual Studio 代码编辑器中所做的那样,您可以向下滚动文本末尾到某个点并将最后一行向上移动。
谢谢
I have a list box that will hold several hundred items. When the user adds a new item, it will be at the bottom of the list and they will be editing it.
Is there any way to add some white space between the last item and the end of the list box, so the user can scroll the last item up?
Just like you can do in the visual studio code editor, you can scroll down past the end of the text to a certain point and move the last line up.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 ItemsPanel 设置为 StackPanel 并为 StackPanel 添加下边距。
Set the ItemsPanel to a StackPanel and add a bottom margin to the StackPanel.