balintn22

Results 5 comments of balintn22

TabHostView is done, but ViewSwitcher doesn't seem to have ItemSource and ItemTemplate properties I could set. Am I missing something?

OK, progress: I checked the source and found that ViewSwitcher is derived from grid, so tried to assign items to grid cells - but that didn't work. Then I tried...

> This is really easy to do using handlers: > > In CreateMauiApp add this: > > ` Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping("NoUnderline", (h, v) => { // Remove underline: h.PlatformView.BackgroundTintList = Android.Content.Res.ColorStateList.ValueOf(Colors.Transparent.ToAndroid()); });`...