Pierre-Christophe Dus
Pierre-Christophe Dus
Hello, I would like to know if there is a way to create a button containing both a label ("Add to cart") and the related icon ("Cart")? Something that looks...
Hello, I tried to use the **IconTabbedPage**, but I don't see how to keep the default style of the **TabbedPage** on the **IconTabbedPage**... I've created a basic new Xamarin.Forms [project](https://github.com/Goldstrike/BottomTp),...
Hello, The TabbedPage already works with Iconize. But in the next release of Xamarin.Forms, it will be possible to display the TabbedPage [as a Bottom Navigation view on Android](https://github.com/xamarin/Xamarin.Forms/pull/1748). It...
Hello, I try to create a **Rounded/Circle Button** that can use font icons: so I tried to use the existing `IconButton`. I first tried this, by fixing `BorderRadius `as the...
I meet a small problem with **Iconize**: before using it in my project, I used a custom **renderer** on `Android` to **display or hide an TitleIcon in the NavigationBar**. This...
Hello, I've investigated about an issue on UWP with IconToolbarItem. It seems that the issue only occur in case of the **IconToolbarItem** is used in a **IconNavigationPage**, that is itself...
Hello, I've tried to use this package, but I encounter some issues, with different SVG. First, when I use the SVG given by a designer, I got a black result...
Hello, I've found this project when I read your articles on the Xamarin's blog (https://blog.xamarin.com/getting-started-azure-mobile-apps-easy-tables/ and https://blog.xamarin.com/personalized-experiences-with-azure-mobile-apps-authentication/). I would like to know if there is a way to do the...
Hello, I work on a **Xamarin.Forms.Shal**l app based on a `TabBar`. My pages also contain a `NavigationBar` customized by `TitleView` and a `StatusBar`. When I launch the app, the **grid...
Hi @sthewissen , I've studied your sample but I have some questions. I've seen that the main icon related to the MasterDetailPage is only used on the first tab of...