1# ArkUI Subsystem Changelog 2 3## cl.arkui.1 Change in Processing for When scrollBar of the \<List> Component Is Set to undefined or an Invalid Value 4 5**Change Impact** 6 7In versions earlier than OpenHarmony_4.0.10.1, the following values evaluate to **BarState.Off**: **scrollBar(undefined)**, **scrollBar('aaa')**, **scrollBar(-1)**. 8 9In OpenHarmony_4.0.10.2 and later versions, the preceding values evaluate to the default value **BarState.Auto**. 10 11**Key API/Component Changes** 12 13The processing of the **\<List>** component's **scrollBar** attribute, when it is set to **undefined** or an invalid value, is changed from using **BarState.Off** to using **BarState.Auto**. 14 15## cl.arkui.2 Change in Processing for When scrollBar of the \<Grid> Component Is Set to undefined or an Invalid Value 16 17**Change Impact** 18 19In versions earlier than OpenHarmony_4.0.10.1, the following values evaluate to the default value **BarState.Off**: **scrollBar(undefined)**, **scrollBar('aaa')**, **scrollBar(-1)**. 20 21In OpenHarmony_4.0.10.2 and later versions, the preceding values evaluate to **BarState.Auto**. 22 23**Key API/Component Changes** 24 25The processing of the **\<Grid>** component's **scrollBar** attribute, when it is set to **undefined** or an invalid value, is changed from using **BarState.Off** to using **BarState.Auto**. 26