Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [VB.NET] ScrollBars Handle (Read 3934 times)
SGS Software
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 22
Joined: Jul 28th, 2014
[VB.NET] ScrollBars Handle
Sep 30th, 2014 at 7:56am
Print Post  
Hi,

I'm going to develope an hotel booking planner, with full year
and al least 500 rooms.

I load the full year from MindFusion with the start and end date,
but for the rooms and the occupations I disabled
the vertical scroll replacing with a simple VScrollBar which show the paginated RecordSet from
(Room_x) to (Room_x ) + NumberOfVisibleRooms
and from
FirstVisibleDate to LastVisibleDate

so I am able to load just the needed range of time and data.

My question is: can I set a maximum value for the MindFusion scrollbars so I have the right styled component's scrollbar?

Otherwise, if not possible, can I set the "system style" for the MindFusion scrollbars?

Thank you!
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: [VB.NET] ScrollBars Handle
Reply #1 - Sep 30th, 2014 at 8:10am
Print Post  
Hi,

You cannot access the scrollbars directly, but you can toggle the style of all child controls (scrollbars and buttons) in the calendar through the ControlAppearance property:

Code
Select All
calendar.ControlAppearance = ControlAppearance.System; 


I hope this helps.

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


I Love MindFusion!

Posts: 22
Joined: Jul 28th, 2014
Re: [VB.NET] ScrollBars Handle
Reply #2 - Sep 30th, 2014 at 1:07pm
Print Post  
Meppy wrote on Sep 30th, 2014 at 8:10am:
Hi,

You cannot access the scrollbars directly, but you can toggle the style of all child controls (scrollbars and buttons) in the calendar through the ControlAppearance property:

Code
Select All
calendar.ControlAppearance = ControlAppearance.System; 


I hope this helps.

Regards,
Meppy


Yes, it helps, al least to give uniformity to the aspect,
but it would be really nice - in a future release - be able to manage the scrollbar to set custom ranges/values!

I have another question, I open another topic so can be easily read by other users.

Thank you again.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint