alias ImGui::TopLevel::ImGuiComboFlags
Alias Definition
ImGui::ImGuiComboFlags
  Defined in:
types.crConstant Summary
- 
        HeightLarge = 8
- 
        Max ~20 items visible 
- 
        HeightLargest = 16
- 
        As many fitting items as possible 
- 
        HeightMask_ = 30
- 
        HeightRegular = 4
- 
        Max ~8 items visible (default) 
- 
        HeightSmall = 2
- 
        Max ~4 items visible. Tip: If you want your combo popup to be a specific size you can use SetNextWindowSizeConstraints() prior to calling BeginCombo() 
- 
        NoArrowButton = 32
- 
        Display on the preview box without the square arrow button 
- 
        None = 0
- 
        NoPreview = 64
- 
        Display only a square arrow button 
- 
        PopupAlignLeft = 1
- 
        Align the popup toward the left by default