@DanielHalan.6266 HasUnevenRows partially works for me for TableView and for ListView. I mean, I can have list or table with different height rows, all I need is to calculate height first. Calculatin… (View Post)
Actually, bottom navigation is totally OK in Material design: https://material.google.com/components/bottom-navigation.html#bottom-navigation-specs But it's not called tabs :) They call it "bott… (View Post)
I've investigates the Forms code and seems like it's not currently possible to make the view "unfocusable". But why? Why I ever may need to set focus on buttons in a mobile app after all? :… (View Post)
I'd want Editor entry not to lose its focus after pressing the Send button - see the image attached. Such behavior is very common and is implemented in all popular messengers, you just may want to se… (View Post)
As I understand, you're not limited to sent whatever you want from any place you want with the MessagingCenter :) For example, it could be an application-wide message: MessagingCenter.Subscribe<Ap… (View Post)