Scheduler for WPF
ShiftingCanvas クラス
メンバ 

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 : ShiftingCanvas クラス
Positions children elements in the viewport of the parent ScrollViewer control which supports horizontal scrolling.
オブジェクト モデル
ShiftingCanvas クラス
シンタックス
'宣言
 
Public Class ShiftingCanvas 
   Inherits System.Windows.Controls.Canvas
public class ShiftingCanvas : System.Windows.Controls.Canvas 
解説
If some part of the ShiftingCanvas is scrolled out of the view, children elements are moved according to the scroll position. Depending on the HorizontalContentAlignment property value children are aligned to the left-most or the right-most viewport side. HorizontalContentAlignment.Center and HorizontalContentAlignment.Stretch are not supported.
継承階層

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.Canvas
                        C1.WPF.Schedule.ShiftingCanvas

参照

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