Hi,
I would like to use a PlannerWaitList to show numerous items scheduled for a particular day without regard to start or end time. The problem is only the first line of text shows because of the default item height. How can the display height of an item in a PlannerWaitList be controlled? Or is there a component other than PlannerWaitList I should be using to achieve this?
I'm not sure I understand your question. The height of each item in the PlannerWaitList is equal. This height has no relationship with the start & end time. The height of items is controlled by PlannerWaitList.ItemHeight.
PlannerWaitList.ItemHeight was what I was looking for.
Thanks.