SuggestionPopupPlacementMode Enum

Definition

Placement modes for the suggestion popup in RichSuggestBox.

public enum SuggestionPopupPlacementMode
type SuggestionPopupPlacementMode = 
Public Enum SuggestionPopupPlacementMode
Inheritance
SuggestionPopupPlacementMode

Fields

Attached 1

Suggestion popup is attached to either the top edge or the bottom edge of the text box.

Floating 0

Suggestion popup floats above or below the typing caret.

Applies to