Class SfTabPanel
Represents a panel for displaying the SfTabItem elements.
Inheritance
System.Object
SfTabPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfTabControl.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfTabPanel : Panel, IDisposable
Constructors
SfTabPanel()
Initializes a new instance of the SfTabPanel class.
Declaration
public SfTabPanel()
Methods
ArrangeOverride(Size)
Called to arrange and size tabs of a TabControlExt object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The computed size that is used to arrange tabs. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size of the control. |
DisableNextPart()
Disables Next part of navigation buttons.
Declaration
public void DisableNextPart()
DisablePrevPart()
Disables Previous part of navigation buttons.
Declaration
public void DisablePrevPart()
Dispose()
Disposes the control while unloading.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the control while unloading.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Argument to dispose the unused object |
EnableNextPart()
Enables Next part of navigation buttons.
Declaration
public void EnableNextPart()
EnablePrevPart()
Enables Previous part of scrolling buttons.
Declaration
public void EnablePrevPart()
MeasureOverride(Size)
Called to measure the available size to arrange a control.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Measurement constraints, a control cannot return a size larger than the constraint. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size of the control. |
Implements
System.IDisposable