Represents a container in which columns can be displayed.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GanttViewTextViewColumnContainer : VirtualizedStackContainer<GanttViewTextViewColumn>, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementLayoutPanelBaseVirtualizedContainer<GanttViewTextViewColumn>VirtualizedStackContainer<GanttViewTextViewColumn>GanttViewTextViewColumnContainer...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GanttViewTextViewColumnContainer class.
public GanttViewTextViewColumnContainer()
Initializes a new instance of the GanttViewTextViewColumnContainer class.
public GanttViewTextViewColumnContainer(GanttViewTextViewElement owner)
The owner.
Properties
Gets or sets the owner.
public GanttViewTextViewElement Owner { get; set; }
The owner.
Gets or sets a value indicating whether [scroll columns].
public bool ScrollColumns { get; set; }
true if [scroll columns]; otherwise, false.
Methods
Arranges the RadElement to its final location. The element must call the Arrange method of each of its children.
protected override SizeF ArrangeOverride(SizeF finalSize)
The size that is available for element.
Returns:The rectangle occupied by the element. Usually finalSize. Should you return different size, the Layout system will restart measuring and rearranging the items. That could lead to infinite recursion.
Overrides:
In this method call to the Arrange method of each child must be made.
Ends the measure.
Initializes the fields.
protected override void InitializeFields()
Overrides:
Determines whether the specified item is visible.
protected override bool IsItemVisible(GanttViewTextViewColumn data)
The item.
Returns:true if item is visible; otherwise, false.
Overrides:
protected override bool MeasureElement(IVirtualizedElement<GanttViewTextViewColumn> element)
Overrides: