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.Int32
|
LineCount
how many lines we have
Declaration
public int LineCount { get; }
Property Value
System.Int32
|
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.Int32
|
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.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
ScrollToElement(RadElement)
Scroll to element
Declaration
public void ScrollToElement(RadElement scrollElement)
Parameters
RadElement
scrollElement
|
ScrollToLine(Int32)
scrol to line
Declaration
public void ScrollToLine(int lineNumber)
Parameters
System.Int32
lineNumber
line index to scrool - zero besed |