Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentWrapPanel Class
Members

In This Topic
    AppointmentWrapPanel Class
    In This Topic
    Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the Windows.UI.Xaml.Controls.Orientation property. If Windows.UI.Xaml.Controls.Orientation property is Windows.UI.Xaml.Controls.Orientation.Vertical this panel behaves as the base class. If Windows.UI.Xaml.Controls.Orientation property is Windows.UI.Xaml.Controls.Orientation.Horizontal then AppointmentWrapPanel tries to position child elements in available space. For example, it doesn't wrap the child to the next line if the next line invisible. Instead, it shows as much as possible in the last visible line.
    Object Model
    AppointmentWrapPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute()>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IPanelFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <StaticAttribute(Windows.UI.Xaml.Controls.IPanelStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    Public Class AppointmentWrapPanel 
       Inherits C1.Xaml.C1WrapPanel
    [ContentProperty()]
    [Composable(Windows.UI.Xaml.Controls.IPanelFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Static(Windows.UI.Xaml.Controls.IPanelStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [MarshalingBehavior(MarshalingType.Agile)]
    public class AppointmentWrapPanel : C1.Xaml.C1WrapPanel 
    Inheritance Hierarchy

    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

    See Also