Searched refs:scrollLayoutProps (Results 1 – 1 of 1) sorted by relevance
205 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in ShowSelectMenu() local206 CHECK_NULL_VOID(scrollLayoutProps); in ShowSelectMenu()207 scrollLayoutProps->UpdateScrollWidth(selectWidth); in ShowSelectMenu()1319 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in SetOptionWidth() local1320 CHECK_NULL_VOID(scrollLayoutProps); in SetOptionWidth()1321 scrollLayoutProps->UpdateScrollWidth(value.ConvertToPx() + OPTION_MARGIN.ConvertToPx()); in SetOptionWidth()