Reposting issue due to new information discovered leading to title of previous thread being inaccurate to the actual problem. All relevant information from the previous thread is included in this post, but if anyone wants to view the old thread it can be found here: https://www.accessforums.net/showthread.php?t=73585
I apologize if there are any issues with me reposting this issue or I'm violating some rule by doing so. If that is the case please let me know.
On to the issue at hand:
I've recently discovered that some, not all, of my forms are exhibiting a weird behavior that I haven't seen before. If I make the form larger, i.e. maximizing the form / making the form's window wider, some controls will stretch with the form. This isn't consistent with all the controls across the forms that I'm having the issue with. On one form, most if not all of the controls do this, while on another it only happens to one button and a few images. Below are some before/after pictures to help visualize the issue.
Sample of a form that is not being stretched:
![]()
Sample of the same form being stretched:
The image and "more" button shown in the sample have been copied over from this form to another and had the same issue prior to any code being written that references them. Also, I've written code to attempt to set and hold the size of these controls, but that had no effect on the stretching.
I've turned on and off the "FitToScreen" and "Auto Resize" property of the form with no change.
If I change the "Size Mode" property of the images from "stretch" to "zoom" they no longer stretch, but their position is still altered. Since other controls don't have this property this doesn't create a solution.
In the previous thread, a user named Minty suggested I check to make sure there are no "placeholders" associated with controls that could be causing strange behavior, but as far as I can tell that doesn't seem to be the case.
In the past I was looking for a way to make the size of my form objects scale when on larger displays, so I'm assuming this is some unwanted side effect from my attempts at that. However, the only things I remember changing when attempting this are the "FitToScreen" and "Auto Resize" properties, which as mentioned I've already tinkered with and experienced no change.
Since only some controls on some forms are doing this, I'd also imagine that the specific controls have a property that would be causing this, but couldn't find anything after looking through their properties.
If any additional information is needed, please let me know. Any help is greatly appreciated.