简体   繁体   English

通用应用程序C#中的扩展StackPanel

[英]Extended StackPanel in universal app C#

I'm used to windows forms but I'm trying to get the hang of the universal apps. 我已经习惯了Windows窗体,但是我试图摆脱通用应用程序的困扰。 I need an alternative to FlowLayoutPanel from windows forms, I'm trying to make the stack panel work in similar way but it's there's one problem - if my items reach the border of the panel they wont get to the next line they will simply move out of the visible area and appear invisible. 我需要Windows窗体上FlowLayoutPanel的替代方法,我试图使堆栈面板以类似的方式工作,但这是一个问题-如果我的物品到达面板的边框,它们将无法移至下一行,它们只会移出可见区域的一部分,并显示为不可见。 What can i do about this ? 我该怎么办?

在此处输入图片说明

您正在寻找VariableSizedWrapGrid

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM