MCPcopy Create free account
hub / github.com/axmolengine/axmol / scrollToItem

Method scrollToItem

core/ui/UIPageView.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void PageView::scrollToItem(ssize_t itemIndex)
161{
162 if (_innerContainerDoLayoutDirty)
163 {
164 this->forceDoLayout();
165 }
166 ListView::scrollToItem(itemIndex, Vec2::ANCHOR_MIDDLE, Vec2::ANCHOR_MIDDLE);
167}
168
169void PageView::scrollToItem(ssize_t itemIndex, float time)
170{

Callers

nothing calls this directly

Calls 1

forceDoLayoutMethod · 0.80

Tested by

no test coverage detected