1
有沒有人知道WPF System.Windows.Controls.Expander的MFC等價物?System.Windows.Controls.Expander MFC相當於
有沒有人知道WPF System.Windows.Controls.Expander的MFC等價物?System.Windows.Controls.Expander MFC相當於
沒有直接的相關性。一種選擇是繼承CGroupBox
並在單擊標題時將其捲起。模仿WPF樣式GUI的更困難的方面是佈局引擎。如果你想在MFC中使用任何種類的流體佈局,你必須使用第三方庫(example)或者自己推出。