diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index c6abaae6267026dcb0b98f4990d72e45120f2723..94fb2c9686cc5816332ff1db807c22d014484182 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3746,6 +3746,20 @@ typedef enum { */ NODE_TEXT_AREA_LINE_HEIGHT = 8031, + /** + * @brief Defines the scrollbar status. This attribute can be set,reset,and obtained as required through APIS. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * value[0].i32: scrollbar status. The parameter type is {@link ArkUI_ScrollBarDisplayMode}. The default value is + * ARKUI_SCROLL_BAR_DISPLAY_MODE_AUTO. \n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].i32: scrollbar status. The parameter type is {@link ArkUI_ScrollBarDisplayMode}. \n + * + * @since 21 + */ + NODE_TEXT_AREA_BAR_DISPLAY_MODE = 8032, + /** * @brief Defines the button text content. This attribute can be set, reset, and obtained as required through APIs. *