search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Hide +/- boxes

Asked by Tom
5 years ago.

How do I hide the boxes on the left?

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can hide the icons using treeImageWidth and treeImageHeight properties:

dp.treeImageWidth = 0;
dp.treeImageHeight = 0;

See also:
https://api.daypilot.org/daypilot-scheduler-treeimageheight/
https://api.daypilot.org/daypilot-scheduler-treeimagewidth/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.