MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Scroll

Method Scroll

DuiLib/Control/UIList.cpp:655–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void CListUI::Scroll(int dx, int dy)
656{
657 if( dx == 0 && dy == 0 ) return;
658 SIZE sz = m_pList->GetScrollPos();
659 m_pList->SetScrollPos(CSize(sz.cx + dx, sz.cy + dy));
660}
661
662void CListUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue)
663{

Callers

nothing calls this directly

Calls 2

GetScrollPosMethod · 0.45
SetScrollPosMethod · 0.45

Tested by

no test coverage detected