ScrolledWindow Class

class NXOpen.BlockStyler.ScrolledWindow

Bases: NXOpen.BlockStyler.UIBlock

Represents a Scrolled Window block

New in version NX8.5.0.

Properties

Property Description
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
Height Returns or sets the Height
Label Returns or sets the Label
Members Returns the Members
Name Returns the name of the block or BlockID
ResizeHeightWithDialog Returns or sets the ResizeHeightWithDialog.
Show Returns or sets the Visibility of block.
Tag Returns the Tag for this object.
Type Returns the type of block
Width Returns or sets the Width

Methods

Method Description
Focus Focuses on the block.
GetProperties Returns the properties of the block @return

Property Detail

Height

ScrolledWindow.Height

Returns or sets the Height

-------------------------------------

Getter Method

Signature Height()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Height(height)

Parameters:height (int) –

New in version NX8.5.0.

License requirements: None.

Members

ScrolledWindow.Members

Returns the Members

-------------------------------------

Getter Method

Signature Members()

Returns:
Return type:NXOpen.BlockStyler.PropertyList

New in version NX8.5.0.

License requirements: None.

ResizeHeightWithDialog

ScrolledWindow.ResizeHeightWithDialog

Returns or sets the ResizeHeightWithDialog.

If true, the height of block will dynamically change when the dialog is resized.

-------------------------------------

Getter Method

Signature ResizeHeightWithDialog()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ResizeHeightWithDialog(resize)

Parameters:resize (bool) –

New in version NX8.5.0.

License requirements: None.

Width

ScrolledWindow.Width

Returns or sets the Width

-------------------------------------

Getter Method

Signature Width()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Width(width)

Parameters:width (int) –

New in version NX8.5.0.

License requirements: None.