jamieaguinaldo
jamieaguinaldo

Reputation: 449

Set Xamarin.Forms Editor Height

I wonder what's the code or property to set an Editor's height. I can't seem to find an answer anywhere. Or at least how can I change the Editor's Height.

Upvotes: 0

Views: 2925

Answers (1)

SushiHangover
SushiHangover

Reputation: 74209

Class Hierarchy:

Editor -> InputView -> View -> VisualElement

VisualElement has a HeightRequest Property

Gets or sets the desired height override of this element.

See: HeightRequest

Upvotes: 5

Related Questions