Scheduler for WinRT
AppointmentWrapPanel Class
Members 


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
 
Public Class AppointmentWrapPanel 
   Inherits C1.Xaml.C1WrapPanel
'Usage
 
Dim instance As AppointmentWrapPanel
public class AppointmentWrapPanel : C1.Xaml.C1WrapPanel 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               Windows.UI.Xaml.UIElement
                  Windows.UI.Xaml.FrameworkElement
                     Windows.UI.Xaml.Controls.Panel
                        C1.Xaml.C1WrapPanel
                           C1.Xaml.Schedule.AppointmentWrapPanel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentWrapPanel Members
C1.Xaml.Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.