My challenge involves managing a large gridview within a scrolling container that has a fixed height. To prevent the header from scrolling along with the content, I placed the header in a separate section. This setup results in two tables - one inside the holder and one outside. However, my goal is to ensure that both tables have identical column dimensions for proper alignment.
Is there a way to achieve this without setting fixed sizes? Ideally, I want the header column of the gridview to be appended so that any changes made to the gridview will automatically reflect in the header. The most important thing is to make sure they line up correctly. How can I accomplish this?