Lines Matching refs:ItemsCount
2206 ItemsCount = count;
2211 ImGui::CalcListClipping(ItemsCount, ItemsHeight, &DisplayStart, &DisplayEnd); // calculate how many to clip/display
2220 if (ItemsCount < 0)
2223 if (ItemsCount < INT_MAX)
2224 SetCursorPosYAndSetupDummyPrevLine(StartPosY + ItemsCount * ItemsHeight, ItemsHeight); // advance cursor
2225 ItemsCount = -1;
2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems)
2233 ItemsCount = -1;
2246 if (ItemsCount == 1) { ItemsCount = -1; return false; }
2249 Begin(ItemsCount-1, items_height);