MaxItemHeight
float MaxItemHeight() const;
db.AddItem(new TrayView(BRect(0, 0, db.MaxItemHeight() - 1, db.MaxItemHeight() - 1)));
float height = deskbar->MaxItemHeight();
const float height = deskbar.MaxItemHeight();