ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
Example
IF CBOX_WithBreaks = True THEN
SCH_MySchedule.DayBreakHeight = 25
ELSE
SCH_MySchedule.DayBreakHeight = 0
END
Syntax

Getting the height of breaks between days Hide the details

<Result> = <Scheduler control>.DayBreakHeight
<Result>: Integer
  • Height of the breaks in pixels.
  • 0 if there is no break.
<Scheduler control>: Control name
Name of the Scheduler control used.

Changing the height of breaks between days Hide the details

<Scheduler control>.DayBreakHeight = <New height>
<Scheduler control>: Control name
Name of the Scheduler control used.
<New height>: Integer
  • New height for the breaks between the days expressed in pixels.
  • 0 to disable the breaks between the days.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help