How do I get and set the height of CollectionView item at index = x?
I have three separate CollectionView where I need the items at index = x to be of matching height. The plan for this is to get the height of each container at index = x when a property is changed, see which has the highest potential, and then set each containers height to said potential.
I do not see any method to grab the childs height at a certain index. At this point I'm thinking of just creating a container object that has height as a property that will be binded, set, and then measured against each containing object. But this seems complex for no reason. Thought i'd check here before I moved forward.
