c# - .net control monthcalendar grows -
i using monthcalendar control (version 4.0.0.0) in visual studio 2012 windows form application targeting .net 4.0 framework. cannot change target framework restriction .net 4.0 framework runs on target machines.
on development pc (windows 7, .net 4.5 framework, , vs2012) control behaves same in both debug , release. monthcalendar has no anchors (as of now) did have top-right, both experience same issue of displaying large (about 10 percent more) on target boxes (windows server 2003). monthcalendar set showtoday = true , showtodaycircle = true properties box.
at runtime set
this.monthcalendar_sessiondates.selectionstart = this.monthcalendar_sessiondates.selectionend = datetime.now;
the event used dateselected in update listbox (on same screen) list of dates user selects may see different days select.
many sites suggest no anchors or setting maximumsize. have no anchors @ point , maximum size same size.
any additional suggestions or dealt before?
Comments
Post a Comment