有没有办法在 xaml 中创建粘性页脚?
我知道你可以在 css 中做一个粘性页脚,有没有办法在 xaml 中做到这一点?或者在xaml中使用css来做同样的事情?我是 xaml 的新手,因此任何帮助将不胜感激。
I know you can do a sticky footer in css, is there any way to do it in xaml? Or to use css in xaml to do the same thing? I'm brand new to xaml, so any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会选择网格,因为我发现如果您的布局发生变化或添加更多控件,它们更容易扩展:
有一个不错的教程 这里
I'd opt for a Grid as I find them easier to extend if your layout changes or you add more controls:
There's a decent tutorial here
可以使用 DockPanel 来完成。
It can be done using DockPanels.