10112 : Is there a way to set the hour per day to a different value than 24?
…void buttonToggleHideTime_Click(object sender, System.EventArgs e) { timeHide=!timeHide; if (timeHide) dateScaler1.HideHours(new int[]{11,12,13}); else dateScaler1.ShowHours(new int[]{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}); } For further info look up PlexityHide.GTP.DateScaler.HideDays and PlexityHide.GTP.DateScaler.HideHours… Continue reading