Avalonia: What about responsive?

Created on 19 Oct 2019  路  4Comments  路  Source: AvaloniaUI/Avalonia

I am web developr so i prefer bootstrap than visual state to make app responsive.
Is there any chance to make col-md and ... Classes to make app responsive in avalonia?

enhancement

Most helpful comment

Bootstrap grid system will most likely require a separate layout class.

ResponsiveGrid from https://github.com/sourcechord/GridExtra seems to be a good candidate for porting
demo

All 4 comments

Bootstrap grid system will most likely require a separate layout class.

ResponsiveGrid from https://github.com/sourcechord/GridExtra seems to be a good candidate for porting
demo

@kekekeks yeah, that's awesome.

I have a ready to use port of that exact control :)
https://github.com/jmacato/GridExtra.Avalonia/

https://www.nuget.org/packages/GridExtra.Avalonia/ nuget version seems to work fine with 0.8.3
Peek-2019-10-20-00-58

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GitHubington picture GitHubington  路  3Comments

danwalmsley picture danwalmsley  路  4Comments

grokys picture grokys  路  4Comments

Suriman picture Suriman  路  3Comments

JonathaN7Shepard picture JonathaN7Shepard  路  4Comments