Class ScrollingPanel
Class Represents the scrolling panel
Inheritance
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ScrollingPanel : Panel
Constructors
ScrollingPanel()
Declaration
public ScrollingPanel()
ScrollingPanel(TabLayoutPanel)
Initializes a new instance of the ScrollingPanel class.
Declaration
public ScrollingPanel(TabLayoutPanel tabpanel)
Parameters
Type | Name | Description |
---|---|---|
TabLayoutPanel | tabpanel |
Fields
parentPanel
tab layout parent panel
Declaration
public TabLayoutPanel parentPanel
Field Value
Type |
---|
TabLayoutPanel |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
DisableNextPart()
Disables Next part of scrolling buttons.
Declaration
public void DisableNextPart()
DisablePrevPart()
Disables Prev part of scrolling buttons.
Declaration
public void DisablePrevPart()
EnableNextPart()
Enables Next part of scrolling buttons.
Declaration
public void EnableNextPart()
EnablePrevPart()
Enables Prev part of scrolling buttons.
Declaration
public void EnablePrevPart()
Hide()
Hides scroll buttons when it is needed.
Declaration
public void Hide()
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
Type | Description |
---|---|
System.Windows.Size | The size that this element determines it needs during layout, based on its calculations of child element sizes. |
OnVisualParentChanged(DependencyObject)
Invoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject).
Declaration
protected override void OnVisualParentChanged(DependencyObject oldParent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | oldParent | The old parent element. May be null to indicate that the element did not have a visual parent previously. |
Show()
Shows scroll buttons when it is needed.
Declaration
public void Show()