<Frame BorderColor="#2f3136"
CornerRadius="20"
BackgroundColor="#2f212b"
Grid.Row="0">
<Editor x:Name="inputBox"
Placeholder="Enter your message (2000 characters max)"
TextChanged="inputBox_Changed"
Completed="inputBox_Completed"
MaxLength="2000"
Keyboard="Chat"
AutoSize="TextChanges"/>
</Frame>
The Frame sits at the top of the screen, how do I make it do the opposite, and sit at the bottom of the screen instead?