Hey All! I'm building a temperature monitor for a system with a chamber class that has values of temperature, time, and on/off status. I have a few questions in regards to the best way to proceed.
While the number of chambers will be predefined at runtime (n=15), the size of the display (and aspect ratio) that the user sees the data on can vary from an overhead projector to a small laptop. Is there a good way to create a grid that can dynamically adjust to make sure all n classes are displayed?