We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cannot find the DateTextSize and DayTextSize properties of viewHeaderStyle

I am evaluating scheduler for xamarin forms .I tried to change the default font seize of ViewHeader of a scheduler .But i cannot find following properties as mentioned in the documentation

"viewHeaderStyle
.DateTextSize = 15;
viewHeaderStyle.DayTextSize = 10;"

Documentation link

I am using Sync fusion Version 14.4451.0.15.

1) Why it is not available? If not how can i achieve this?

2) How can i reduce the height of the Header(
header Style also does not have any height property)


Regards
Thabo

3 Replies

SP Sivakumar Punniya Moorthi Syncfusion Team February 21, 2017 05:04 AM UTC

Hi Thabo, 

  

Thanks for using Syncfusion Products. 

  

Query1: 

We have checked your query with Header properties customization in Xamarin Forms, we have included this mentioned support in our latest Volume 1 release only. You can update to our latest release v15.1.0.33 version and available for download under the following link, 

https://www.syncfusion.com/forums/128853/essential-studio-2017-volume-1-release-v15-1-0-33-is-available-for-download 

Query2: 

For customizing the Header height and ViewHeaderHeight, you can use HeaderHeight and ViewHeaderHeight property, Please refer the below code example, 

[c#] 

schedule.HeaderHeight = 30;
schedule.ViewHeaderHeight = 30;
 

  

Please let me know, if you need any further assistance on this. 

  

Regards, 

Sivakumar P 


TH Thabothanan February 23, 2017 06:29 AM UTC

Great! I have upgraded the version now i can see those properties.Thanks


SP Sivakumar Punniya Moorthi Syncfusion Team February 24, 2017 04:48 AM UTC

Hi Thabo, 

  

Thanks for your update.       

  

We are glad to know that you have met your requirement. Please let us know if you need further assistance. 

  

Regards, 

Sivakumar P 

SIGN IN To post a reply.
Loader.
Live Chat Icon For mobile
Up arrow icon