Home
last modified time | relevance | path

Searched refs:scrollLayoutProps (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp205 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in ShowSelectMenu() local
206 CHECK_NULL_VOID(scrollLayoutProps); in ShowSelectMenu()
207 scrollLayoutProps->UpdateScrollWidth(selectWidth); in ShowSelectMenu()
1319 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in SetOptionWidth() local
1320 CHECK_NULL_VOID(scrollLayoutProps); in SetOptionWidth()
1321 scrollLayoutProps->UpdateScrollWidth(value.ConvertToPx() + OPTION_MARGIN.ConvertToPx()); in SetOptionWidth()