让 WrapPanel 从下到上添加项目
如何让 WrapPanel
从下到上添加项目?
我是否需要为此编写一个自定义控件或任何简单的方法来实现此目的?
How can I make WrapPanel
add items from bottom to top?
Do I need to write a custom control for that or any easy way of accomplishing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在后面的代码中,您可以只使用 Children 属性上的 Insert() 方法。
如果不在代码后面,您将必须创建一个新控件。
In code behind you can just use the Insert() method on the Children property.
If not in code behind, you'll have to create a new control.