I've been working on a report that requires me to manually add a grid of textboxes. I'm using a very standard method to do so (loop through an array and keep track of the current Y position etc. etc.).
However, for some insanely odd reason (I can't even wrap my mind around this), the third column item is pushed down further than all other items during the first iteration through my collection. Furthermore, this will only happen when I put textboxes above the area I build my grid in.
It's very cryptic to explain, so I've made a project that duplicates the behavior. I'm sure this is hard to understand, so I'll just post my project and wait for the questions.
Sample Project
However, for some insanely odd reason (I can't even wrap my mind around this), the third column item is pushed down further than all other items during the first iteration through my collection. Furthermore, this will only happen when I put textboxes above the area I build my grid in.
It's very cryptic to explain, so I've made a project that duplicates the behavior. I'm sure this is hard to understand, so I'll just post my project and wait for the questions.
Sample Project