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.
我的应用程序有一个 GUI,它首先读取一个初始化文件,然后决定需要将多少控件对象(例如,wxTextCtrl、wxToggleButton 等)添加到 wxFrame。当 wxFrame 上的对象过多时,有些对象超出了可见边界,即它们在 wxFrame 上,但用户看不到它们。
我想知道是否可以在 wxFrame 中添加垂直和水平滚动条。
谢谢。
您不应该将控件添加到 wxFrame。wxFrame 可用于保存可以放置控件的窗口,包括滚动窗口。
查看发行版中的一些示例应用程序以了解其工作原理。