Navigation bar
  Home Print document Start Previous page
 179 of 234 
Next page End  

Gravitybox Schedule Primer
Page 177 
1998-2004 Gravitybox Software LLC
This property determines if the user can grab the edge of
a row and resize it. If this property is false then the user
can not resize rows at all. All rows are the same width, so
resizing one applies to all rows.
AutoFocus
Property AutoFocus() As Boolean
When a schedule is on a screen that does not have
focus, there may be times when you want the schedule to
get focus if the mouse moves over a ScheduleItem. If this
property is True the schedule screen will receive focus
every time the mouse moves over any ScheduleItem.
AutoHilite
Property AutoHilite() As Boolean
This property determines if appointments are highlighted
when the mouse moves over them. When true the
appointment under the mouse pointer will be set to the
SelectedItem. It will be highlighted by drawing the
highlight bars on the top/bottom or left/right sides of the
appointment.
AutoRedraw
Property AutoRedraw() As Boolean
This property is a toggle for screen refreshes. The screen
is repainted when any action is taken that affects the
screen display. Such as a ScheduleItem, Room, Provider,
or Category being added or removed. When the
AutoRedraw property is False, no screen repaint is
performed. To repaint the screen, you must set this
property back to True when you wish the screen to be
repainted. Turning this property off while adding objects
can make loading occur many times faster.
AutoRowFit
Property AutoRowFit() As Boolean
This property allows for the RowHeight to be updated
automatically when the control is resized. The RowHeight
will be set to a value that allows all rows to fit exactly in
the view port. If you wish for the rows to be evenly
spaced, set this property to True. If the number of rows
requires the RowHeight to be less than the minimum row
height then a scrollbar will appear since it is impossible to
fit all the rows on the screen.
BackColor
Property BackColor() As OLE_COLOR
http://www.purepage.com