From 7d9ddd70d4d91c6f6752cfc5067cf06fe7c4cdb7 Mon Sep 17 00:00:00 2001 From: luo_weibin Date: Thu, 24 Jul 2025 18:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=B9=B2=E5=B7=AE=E5=BC=82=E6=80=A7?= =?UTF-8?q?=E6=B6=88=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luo_weibin --- arkui/ace_engine/native/native_node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index aa634985407..1b649f3f2ec 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5628,6 +5628,7 @@ typedef enum { * .value[2]?.i32:Specify the alignment of the sliding element with the current container,The parameter type is * {@link ArkUI_ScrollAlignment}, default value is ARKUI_SCROLL_ALIGNMENT_START. \n * .value[3]?.f32: extra offset, in vp. The default value is 0. + * This parameter is supported since API version 15. \n * */ NODE_LIST_SCROLL_TO_INDEX, -- Gitee