1
A
回答
5
對任何控件添加到父控件:
MyControl := TMyControl.Create(MyForm); // Form is the owner
MyControl.Parent := ParentControl; // Parent control is the parent
你也能設置其他屬性,如果你喜歡。
4
與普通容器只有輕微的差別,您可以設置子控件的順序。
OldIndex:= FlowPanel.GetControlIndex(MyControl);
FlowPanel.SetControlIndex(MyControl, OldIndex + 1);
相關問題
- 1. 在運行時向GroupBox添加控件
- 2. 在運行時添加silverlight控件
- 3. 在運行時不添加控件
- 4. 在運行時向父控件添加控件
- 5. 在運行時將控件添加到子控件
- 6. 在運行時添加用戶控件 - 訪問控件
- 7. 在運行時添加控件時無法處理事件
- 8. 最佳實踐:在設計時或運行時添加控件
- 9. ASP.Net用戶控件在運行時添加時不起作用
- 10. 在運行時在TAB鍵上添加控件按
- 11. 在運行時在objective-c中添加按鈕控件Cocoa
- 12. TFlowPanel都在D5
- 13. 如何在運行時將控件添加到ItemTemplate(Repeater)?
- 14. 如何在運行時將用戶控件添加到窗口?
- 15. 在運行時使用Asp MVC 2 Rc2添加Html控件
- 16. 在運行時將控件添加到面板
- 17. 在運行時動態添加控件到TableLayoutPanel
- 18. 刪除在運行時添加的控件
- 19. 在運行時從MFC派生類中添加控件
- 20. 在運行時將控件添加到RDLC
- 21. 如何在ASP.NET的運行時添加用戶控件?
- 22. 在windows c中從XML中添加運行時控件#
- 23. 如何在運行時將複合控件添加到佈局?
- 24. 使用perl win32在運行時添加控件:: gui
- 25. C#WPF在運行時向主窗口添加控件
- 26. 在運行時將控件添加到窗口
- 27. 在運行時以循環方式添加控件
- 28. Devexpress:如何在運行時爲圖表控件添加點?
- 29. 在運行時將控件添加到Stackpanel(SL 4.0)
- 30. 在運行時添加Satellite組件