Saturday 23 December 2017

Time Picker as 24 Hours Format in Xamarin.Forms

Introduction

This article describes how we can set 24h format for TimePicker Control. Sometimes we may get the requirement to set 24h for TimePicker, So in this article, we can learn how to achieve this functionality using CustomRenderer.

Saturday 9 December 2017

How to set Corner Radius for View, Layout, Cell (Grid, Stack, ListView) in Xamarin.Forms

Introduction

This article describes how we can set Corner Radius for Control or View or Layout. Sometimes we may get the requirement to set corner radius for StackLayout or Grid or ListView in that cases earlier I tried to put View or Layout inside the Frame to make the corner radius, but it is difficult to set all corner properties. So in this article, we can learn how to achieve this functionality using CustomRenderer.