David Maw
David Maw
I'm focused on StackLayout because it's what I used to use to get the same effect in Xamarin Forms so discovering it didn't work the same way on MAUI was...
Thanks @Forestbrook, very thorough. I'd just add that multi-line entry fields (text blocks) present an issue for "Next' behavior because it's often more convenient for the end user if they...
@Forestbrook wrote "You can use the Editor control if you need multiple lines" Sorry, I should have been clearer, I agree not only can you use an Editor for multi-line...
@mattleibow I'm curious, how @hujun-open would be expected to know if it is fixed, is the merged PR available somewhere? I submitted issue #9423 which was closed as a duplicate...
@PureWeen yes, but it'll be a little effort, is the zipped version not helpful? Should I submit future issues with GitHub repos rather than simply zipping up the sources? If...
@kristinx0211 Interesting, I see the same problem on two different Android versions (one in the emulator one a physical device), I wonder if it is something in my local configuration?...
Hi @rmarinho all the CLR Exceptions **except** `System.IO.FileNotFoundException` are enabled, it is disabled, but it still breaks, which is just plain weird and perhaps some sort of local problem, interestingly...
Since this was used to close at least #9540, #9423 and #8870 there seems to be a fair amount of interest. PR #11229 seems like it corrects this but says...
Absent a response from Microsoft I can only guess, but it _looks_ like it's being worked on. I noticed a while back that PR #11229 by @jsuarezruiz seems like it...
Me too, in my case the error occurs when switching DataTemplate values, there's a repro [here](https://github.com/david-maw/CollectionTest-Touch-Dt.git). Basically you just run it and click on the first name in the list...