ScrolledWindow Class¶
-
class
NXOpen.BlockStyler.ScrolledWindow¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents 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 |
Property Detail¶
Height¶
-
ScrolledWindow.Height¶ Returns or sets the Height
-------------------------------------Getter Method
Signature
HeightReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeightParameters: height (int) – New in version NX8.5.0.
License requirements: None.
Members¶
-
ScrolledWindow.Members¶ Returns the Members
-------------------------------------Getter Method
Signature
MembersReturns: Return type: NXOpen.BlockStyler.PropertyListNew 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
ResizeHeightWithDialogReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ResizeHeightWithDialogParameters: resize (bool) – New in version NX8.5.0.
License requirements: None.
Width¶
-
ScrolledWindow.Width¶ Returns or sets the Width
-------------------------------------Getter Method
Signature
WidthReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width (int) – New in version NX8.5.0.
License requirements: None.