jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 70 forks source link

Is there a way to have multiple icons on the same control? #147

Open hjavaher opened 5 years ago

hjavaher commented 5 years ago

Hi, I was wondering if there is a way to have multiple icons in the same control. Say I have a IconButton which takes the Text field to put the "id" of the icon. I want to add 3 icons to that same button. Something like the following:

<iconize:IconButton FontSize="25" Text="fal-star fal-star fal-star" TextColor="black" WidthRequest="200" />

Is this, or anything like it possible? if not, it would be great to add this as a future development.

Pirate911 commented 5 years ago

You can add iconbuttons in single view/grid workaround