Scheduler for WPF
AppointmentWrapPanel クラス
メンバ 

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

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Panel
                     System.Windows.Controls.WrapPanel
                        C1.WPF.Schedule.AppointmentWrapPanel

参照

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