Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Resource View item borders (Read 3660 times)
ColinA
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Aug 27th, 2013
Resource View item borders
Nov 19th, 2013 at 9:01am
Print Post  
Hi

How do you get solid borders on the resource view items.

Regards
Colin
  

Capture_037.PNG (Attachment deleted)
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Resource View item borders
Reply #1 - Nov 19th, 2013 at 9:25am
Print Post  
You need to set the respective HeaderBorder* properties in Calendar.ItemSettings.Style and Calendar.ItemSettings.SelectedItemStyle (for unselected and selected items respectively). For example:

Code
Select All
calendar.ItemSettings.Style.HeaderBorderLeftColor = Color.Red;
calendar.ItemSettings.Style.HeaderBorderLeftWidth = 1;
calendar.ItemSettings.Style.HeaderBorderTopColor = Color.Red;
calendar.ItemSettings.Style.HeaderBorderTopWidth = 1;
calendar.ItemSettings.Style.HeaderBorderRightColor = Color.Red;
calendar.ItemSettings.Style.HeaderBorderRightWidth = 1;
calendar.ItemSettings.Style.HeaderBorderBottomColor = Color.Red;
calendar.ItemSettings.Style.HeaderBorderBottomWidth = 1; 


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


I Love MindFusion!

Posts: 21
Joined: Aug 27th, 2013
Re: Resource View item borders
Reply #2 - Nov 19th, 2013 at 9:44am
Print Post  
Cheers Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint