'宣言 Public Property MonthsPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate MonthsPanel {get; set;}
'宣言 Public Property MonthsPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate MonthsPanel {get; set;}
C1Calendar コントロールは、次のパネルをサポートしています。
<c1sched:C1Calendar MonthCount="4"> <c1sched:C1Calendar.MonthsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal"/> </ItemsPanelTemplate> </c1sched:C1Calendar.MonthsPanel> </c1sched:C1Calendar>