Hi, I have a simple form that uses C1Sizer version 2.1.20083.37. It contains one row, and three columns. Columns one and three are set as a fixed size, and column two is allowed to resize. On Windows XP the form behaves exactly like I expect it to, however when the form is loaded on a Vista system, it appears like column three is hidden, even though it shouldn't be. At first I thought that it my be something with the vista system I was using, but after trying the form on three Vista systems, anf three XP systems, I found this "hidden column problem" to only appear on the Vista systems. I also looked at it possibly being a dpi issue, but that appears to have no effect.
If anyone has any ideas as to what may be going on, I would appreciate the help, Thanks, Zach
After looking more into this problem, I have found that the sizer control is placing any controls in columns two and higher on top of each other. In XP the columns left and width properties are coreectly calculated based on the sizer.Right property. In vista, the Second and Higher columns have the same size, left, and top properties. Column one's size is correct, but the rest of the columns take upo the rest of the space.
Hi. This is interesting.
Can you post a sample showing this behavior?
I would also like to know the DPI settings for the XP and Vista machines, this may be related to the issue.
Thanks in advance.