diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 624843e754ac73ee462995fb52e3f7a77a3c5334..66b7506042bd05c5327c809418c1e020c962653d 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3748,6 +3748,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. *