我使用对接拆分器,窗格组和窗格将窗口拆分为左窗格和右窗格。每个窗格必须包含多个控件:
LEFT PANE
FileDialog
ProgressBar
GridView
RIGHTPANE
checkbox + label
dropdown list
another dropdown list
button
GridView
another button
无法将多个控件直接添加到窗格。应该在每个窗格中放置什么(Telerik)容器控件来托管它们各自的控件?
答案 0 :(得分:0)
使用任何标准面板控件(Grid,StackPanel,Canvas,DockPanel等)在窗格中排列控件。