I have a compact Calendar with a DayBodyClickHandler, so I want the Cursor over DayBody to be a HAND.
I have tried Calendar.setCursor() and
But none of it worked.
How do I set the Cursor the Calendar DayBody?
I have tried Calendar.setCursor() and
Code:
CalendarView cv = new CalendarView(); cv.setCursor(Cursor.HAND); calendar.setAutoChildProperties("monthView", cv);
How do I set the Cursor the Calendar DayBody?
Comment