syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

[syncfusion_flutter_calendar]: How to fix month offsets #744

Closed ziqq closed 9 months ago

ziqq commented 1 year ago

How to fix month offsets?

image
Indumathi1195R commented 1 year ago

ziqq,

As per the calendar behavior, when setting the ShowLeadingAndTrailingDays as False, the previous and next month's dates are not shown in the view. As per the implementation, we can’t restrict this behavior for a particular month. Empty spaces will be there when using this property, which is an expected behavior of the calendar.

We hope that this helps you. Please let us know if you need further assistance on this.

ziqq commented 1 year ago

@Indumathi1195R, I don't use the showLeadingAndTrailingDays

image
IndumathiR-1995 commented 1 year ago

Hi ziqq,

Yes, you didn't use the showLeadingAndTrailingDays property. But empty spaces for the previous and next months will be there and it is an expected behavior. If possible can you please share more details about your requirement clearly? It would be helpful for us to analyze and provide you a solution at the earliest.

Regards, Indumathi R

ziqq commented 1 year ago

Hi @IndumathiR-1995,

I want to fix empty space and it is all.

ziqq commented 11 months ago

Any news? Any body help me?

IndumathiR-1995 commented 10 months ago

Hi ziqq,

As per our previous update, by using the ShowLeadingAndTrailingDays property we can hide the previous or next month dates, but empty row space will be there, which is expected behavior in calendar. Also, in calendar month cell height will be arranged based on the number of weeks and available height of calendar. We hope that this information helps you. Please let us know if you need further assistance.

Regards, Indumathi R