Class IntegralScrollWrapPanel
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Layout
Assembly: Telerik.WinControls.dll
Syntax
public class IntegralScrollWrapPanel : WrapLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
IntegralScrollWrapPanel()
Declaration
public IntegralScrollWrapPanel()
Properties
CurrentLine
which is the current line
Declaration
public int CurrentLine { get; }
Property Value
System.
|
LineCount
how many lines we have
Declaration
public int LineCount { get; }
Property Value
System.
|
MaxColumns
Gets or sets the maximum number of columns to be shown in the in-ribbon portion of the gallery.
Declaration
public int MaxColumns { get; set; }
Property Value
System.
|
MaxRows
Gets or sets the maximum number of columns to be shown in the in-ribbon portion of the gallery.
Declaration
public int MaxRows { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
ScrollToElement(RadElement)
Scroll to element
Declaration
public void ScrollToElement(RadElement scrollElement)
Parameters
Rad
|
ScrollToLine(Int32)
scrol to line
Declaration
public void ScrollToLine(int lineNumber)
Parameters
System. line index to scrool - zero besed |