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

Method EndRight

DuiLib/Core/UIContainer.cpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void CContainerUI::EndRight()
452 {
453 SIZE sz = GetScrollPos();
454 sz.cx = GetScrollRange().cx;
455 SetScrollPos(sz);
456 }
457
458 void CContainerUI::EnableScrollBar(bool bEnableVertical, bool bEnableHorizontal)
459 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected