Share via


CompletionPresenterOptions.ResultsPerPage Property

Definition

Declares the length of the jump when user presses PageUp and PageDown keys.

public:
 property int ResultsPerPage { int get(); };
public int ResultsPerPage { get; }
member this.ResultsPerPage : int
Public ReadOnly Property ResultsPerPage As Integer

Property Value

Remarks

This value needs to be known before the UI is created, hence it is defined in this class instead of ICompletionPresenter. Note that IAsyncCompletionSession handles keyboard scrolling, including using PageUp and PageDown keys.

Applies to