I want to count the number of ITEMs registered in each DisplayUnit of TimeLine

Does FNCTPlanner have a function like CellToItemNum in the VCL version of TPanner?
I want to count the number of ITEMs registered in each DisplayUnit of TimeLine.

Hi, there is no CellToItemNum function but there is a FindFirstItem & FindNextItem where you can specify a start & end date time and find the number of items until the function returns nil. We'll look into a way to add the equivalent of TPlanner CellToItemNum

Thank you for your reply
I'm looking forward to implementing it.