Closed yaseen-homage closed 7 years ago
CalendarPickerView
is a ListView
, so you can't put it in a ScrollView
. If you just need to show a month or two inside a scrollable view, you can use MonthView
directly (although the API is not exactly optimized for this usecase, so you'll have to look around the source to figure out all the MonthView.create
params)