ItemsControl.ItemsPanelRoot 属性

定义

获取 ItemsPanel 指定的 Panel

public:
 property Panel ^ ItemsPanelRoot { Panel ^ get(); };
Panel ItemsPanelRoot();
public Panel ItemsPanelRoot { get; }
var panel = itemsControl.itemsPanelRoot;
Public ReadOnly Property ItemsPanelRoot As Panel

属性值

ItemsPanel 指定的面板。 默认值为 null

适用于