Searched refs:scrollLayoutProps (Results 1 – 1 of 1) sorted by relevance
135 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in ShowSelectMenu() local136 CHECK_NULL_VOID(scrollLayoutProps); in ShowSelectMenu()137 scrollLayoutProps->UpdateScrollWidth(selectWidth); in ShowSelectMenu()1164 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in SetOptionWidth() local1165 CHECK_NULL_VOID(scrollLayoutProps); in SetOptionWidth()1166 scrollLayoutProps->UpdateScrollWidth(value.ConvertToPx() + OPTION_MARGIN.ConvertToPx()); in SetOptionWidth()