forms-gtk-progress
forms-gtk-progress copied to clipboard
Xamarin.Forms GTK Backend Progress
When trying to navigate to another view in the `OnAppearing` method, the navigation does not take place if `Navigation.PushModalAsync` or will crash if `Navigation.PushAsync` is used.
Could you please tell me which version of libgtk2.0 you are using under Linux? I use Ubuntu 16.04 and it was working before, but on another system which I thought...
How to create a custom renderer for toolbars? I want to change it's background, remove the title text and left-align items in the toolbar, I thought of creating a custom...
I wasn't too sure where to ask this question since this is basically a work in progress, but why does the GTK Platform assembly target .net 4.7? Most Enterprise LOB...
Trying to update an Image through a stream source with various permutations of code such as: SourceStream = new MemoryStream(buffer); Source = ImageSource.FromStream(() => SourceStream); Where buffer is a simple...
Is it known whether it will be possible to run Xamarin.Forms via GTK straight on a framebuffer instead of X11 and friends? Having an alternative to QT would be awesome.
Will there be support for a Grid control in the future?
This looks great so far! I'd love to see a sample combined and distributed via flatpak, just like Mono Develop. I'd like to know what the minimum flatpak would look...
Will there be support for a Ribbon control in the future?