Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为用户提供用于在 WPF 中生成框布局的控件。我希望能够添加/删除行和列,并将每个框设置为 0 或 45 度旋转。结果将是一种正方形的蜂窝。我正在考虑使用 ListBox 和 WrapPanel 来解决这个问题,但在考虑之后,我认为 Canvas 可能会更好。有什么简单的方法我可以遵循,还是只是在画布位置上反复试验?
这几乎没有我想象的那么困难。使用 Canvas 作为 ListBox 的 ItemsPanel 相对容易。
标签但将内容保留在标签内?