Top "Custom-renderer" questions

Custom Renderers let developers 'override' the default native rendering behaviour in Xamarin.

How to add a border to your Xamarin Form Label?

Hello fellow Xamarin Forms users, I already found out that borders on a label are not supported out of the …

c# xamarin.forms label border custom-renderer
Force redraw of Xamarin.Forms View with custom renderer

I have a visual element MyButton with a custom renderer implemented for iOS. Shared: namespace RendererTest { public class MyButton: Button { …

android ios xamarin xamarin.forms custom-renderer
Circled Label Xamarin Forms

What I want to Achieve: A seen in the below screenshot there is a label with a hole number, I …

label xamarin.forms custom-renderer
Xamarin Forms - Load image in a Button

I looked extensively online but I couldn't find anything really specific to help me out in this trouble I am …

c# button xamarin custom-renderer
How to set left and right padding to an entry cell in xamarin.forms

I have used custom rendering for entry cell in xamarin forms for IOS and android. How can I set left …

xamarin.forms custom-renderer
Xamarin forms Shadow on Frame in Android

The Frame class in Xamarin Forms is quite limited, and can't allow me to get a shadow behind the Frame. …

xamarin xamarin.android xamarin.forms custom-renderer
Xamarin.Forms 2.5.0 and Context

Today I updated to Xamarin.Forms 2.5.0 and saw, that I get the following warnings: From the Android sub-project: Warning CS0618 …

c# xamarin xamarin.forms custom-renderer
CellRenderer - Making text bold

How to make the text in JTable bold, I tried the following, It does work for colours but for making …

java swing jtable tablecellrenderer custom-renderer
p:commandButton action and f:setpropertyactionlistener not invoked in p:columngroup

I need to put child components in primefaces subtable footer (p:columngroup type="footer"), but standard subtable renderer doesn't provide …

java jsf primefaces datatable custom-renderer