TFlowPanel。 在运行时添加控件
有谁知道如何在运行时向 TFlowPanel 添加控件(例如 TImage)?
问候, 彼得
Does anybody know how to add controls, say a TImage, to a TFlowPanel at runtime?
Regards, Pieter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是与普通容器略有不同,您可以设置子控件的顺序。
There is just a slight difference with a normal container, you can set the order of the child controls.
将任何控件添加到父控件:
如果您愿意,您也可以设置其他属性。
To add any control to a parent control:
You can set other properties too if you like.