Searched refs:m_aVertScroll (Results 1 – 2 of 2) sorted by relevance
2325 m_aVertScroll ( this, ResId( SB_VERTICAL, *rResId.GetResMgr() ) ), in CustomPropertiesControl()2332 m_aVertScroll.EnableDrag(); in CustomPropertiesControl()2333 m_aVertScroll.Show(); in CustomPropertiesControl()2335 m_aHeaderBar.SetPosSizePixel( Point(), Size( nWidth, m_aVertScroll.GetPosPixel().Y() ) ); in CustomPropertiesControl()2349 m_aPropertiesWin.InitControls( &m_aHeaderBar, &m_aVertScroll ); in CustomPropertiesControl()2352 m_aVertScroll.SetRangeMin( 0 ); in CustomPropertiesControl()2355 m_aVertScroll.SetRangeMax( nVisibleEntries ); in CustomPropertiesControl()2356 m_aVertScroll.SetPageSize( nVisibleEntries - 1 ); in CustomPropertiesControl()2357 m_aVertScroll.SetVisibleSize( nVisibleEntries ); in CustomPropertiesControl()2361 aPos = m_aVertScroll.GetPosPixel(); in CustomPropertiesControl()[all …]
520 ScrollBar m_aVertScroll; member in CustomPropertiesControl