Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic time interval (Read 3143 times)
Ionut Murarasu
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 10
Joined: May 4th, 2017
time interval
Aug 30th, 2017 at 12:17pm
Print Post  
Hello,

I have a question. It is possible to align to top the value for hour interval that is present in the left of the interval hour.

I see that with default is shown in the middle.

I attached an image.

Thanks,
Ionut
  

interval.jpg ( 44 KB | 270 Downloads )
interval.jpg
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: time interval
Reply #1 - Aug 30th, 2017 at 12:45pm
Print Post  
Hi,

Try settings the Calendar.TimetableSettings.TimelineStyle.HeaderTextAlignment property:

Code
Select All
calendar.getTimetableSettings().getTimelineStyle().setHeaderTextAlignment(EnumSet.of(TextAlignment.TopCenter)); 


Regards,
Meppy
  
Back to top
 
IP Logged
 
Ionut Murarasu
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 10
Joined: May 4th, 2017
Re: time interval
Reply #2 - Aug 30th, 2017 at 2:57pm
Print Post  
Thanks !
Very useful !
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint