Scheduler for UWP
AppointmentWrapPanel クラス
メンバ 

C1.UWP.Schedule アセンブリ > C1.Xaml.Schedule 名前空間 : AppointmentWrapPanel クラス
子要素をボックス内で左から右に順次に配置し、ボックスの端で内容を分割して次の行に送ります。その後の配置順序は、 Windows.UI.Xaml.Controls.Orientationプロパティの値に基づいて、上から下または右から左の順になります。 Windows.UI.Xaml.Controls.Orientationプロパティが Windows.UI.Xaml.Controls.Orientation.Verticalの場合、このパネルは基本クラスとして動作します。 Windows.UI.Xaml.Controls.Orientationプロパティが Windows.UI.Xaml.Controls.Orientation.Horizontalの場合、 AppointmentWrapPanelは、使用可能なスペース内に子要素を配置しようとします。たとえば、次の行が非表示の場合は、子要素を次の行に折り返しません。代わりに、最後の表示行にできるだけ表示しようとします。
オブジェクト モデル
AppointmentWrapPanel クラス
シンタックス
'宣言
 
Public Class AppointmentWrapPanel 
   Inherits C1.Xaml.C1WrapPanel
public class AppointmentWrapPanel : C1.Xaml.C1WrapPanel 
継承階層

System.Object
   Windows.UI.Xaml.DependencyObject
      Windows.UI.Xaml.UIElement
         Windows.UI.Xaml.FrameworkElement
            Windows.UI.Xaml.Controls.Panel
               C1.Xaml.C1WrapPanel
                  C1.Xaml.Schedule.AppointmentWrapPanel

参照

AppointmentWrapPanel メンバ
C1.Xaml.Schedule 名前空間