Need to customize xlabs calendar day cell in xamarin forms - xamarin

I am using XLabs CalendarView to look my calendar as attached image but i am facing issues to customizedaycell to get expected output
xlab calender control link https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Calendar-Control
I need the number below date on some date cells.
Your help will be appreciated.

Related

Is it possible to change the IOS native date control's font size in Xamarin Forms?

I have a date picker control in my Xamarin Ios App and upon analysis we found that there are a lot of date entry related issues customers are facing. We want to see if we can change this date control's font size which could help resolve this issue.
Any date picket style changes (using the xaml or writing custom renderers) are applicable to the text box which shows the selected date but I want to be able to alter the size of the native date control as depicted in the picture.
Is there a way to do so? I am also fine exploring other free date controls if any. Any suggestion in this regard will really help.

How to make multi column picker in xamarin forms?

I need to create a picker which have 2 columns in xamarin forms like timepicker. I am using Picker control. Is there any way through which we can make multiple columns in Picker?
We've developed a two-column picker for Xamarin.Forms (Android and iOS).
Sample:
https://github.com/HorusSoftwareUY/MaterialDesignControlsPlugin#materialdoublepicker
Screenshots:
Android
iOS
We added this control to MaterialDesignControls NuGet (https://www.nuget.org/packages/Plugin.MaterialDesignControls/), where you can find other interesting controls with the material design look and feel.
Contributions are welcome!
Try Syncfusion Cascading control for Xamarin, they are free if your company earn less than $1 million dollar in revenue.

Is there a datetimepicker class in Xamarin?

I am currently using the Xamarin Forms DatePicker and the TimePicker in the portable project of a portable app. But is there a combined control that lets you choose date and time at once (like DateTimePicker in Windows forms)? Please have a look at the iOS Settings > General > Date & Time (http://www.iphonefaq.org/images/archives/pangu-date.jpg).
Or is there anything I am missing on how to create such a control?
There is not a "stock" DateTimePicker within the controls for Xamarin.Forms.
You could create your composite control using DatePicker and TimePicker within modal popups and display the Date & Time chosen in Labels...
Or create your own Form control using custom renders:
Customizing Controls on Each Platform
Xamarin.Forms Widget/Control Listing

Windows Phone Calendar - Month view

I want to create a small app for Windows Phone, and it will based on calendar, so people can input dates etc. But I can't find control which provides me calendar month view. I only saw that there is DatePicker, but that is not exactly what I'm looking for.
Is there control like that for Windows Phone?
Thanks,
Ned
Looks like this might be a good calendar control for your needs: https://wpcontrols.codeplex.com/
Maybe more sophisticated but not for free (99$): Telerik's Controls
http://www.telerik.com/products/windows-phone/overview/all-controls.aspx
But'll get a lot of controls all out of a single source ;)

windows phone toolkit time picker convert to military time

Im currently using the available toolkit for windows phone. By using the time picker, I want to change it to military time. But I dont know to customize it.
So I came up with creating my own time picker by using the LoopingSelector, but I dont know how will I implement it along with appbar, since this was only a popup.
What is the strategic way to recreate this timepicker along with appbar?
Given that the underlying type is still the same (DateTime), then I think that rather than creating a new TimePicker, you could just implement a custom picker page as described in WP7 DatePicker and TimePicker in depth | API and Customization on WindowsPhoneGeek.com. Richard Griffin also has a post that covers the same topic for DatePicker.

Resources