WPF 自定义控件:如何将 2 个控件合并为 1 个?

发布于 2024-10-15 18:44:51 字数 170 浏览 1 评论 0原文

我需要创建一个 WPF 自定义控件,它将组合标签和文本框,标签位于左侧,文本框位于右侧,并排。我需要这种控制,因为我正在处理的表单都具有相同的模式:标签+要填写的字段。该控件将具有 LabelContent 属性和 Text 属性或类似的属性。

关于如何将所有这些整合在一起有什么建议吗?

谢谢

I need to create a WPF custom control that will combine a label and a textbox, the label being on the left and the textbox on the right, side by side. I need that kind of control because I'm working on forms that all have the same pattern: label + field to fill. This control would have a LabelContent property and Text property or something like that.

Any advices on how to put that all together?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天生の放荡 2024-10-22 18:44:51

您可能想使用 UserControl 而不是 CustomControl。它旨在允许您将其他控件组合成一个可重用的控件。

You might want to use a UserControl instead of a CustomControl. It is designed to allow you to compose other controls into a single, reusable control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文