After migrating from v 6.3 to v 11.1, we experimenting some problems in the UI with UltraComboEditor. The space between controls is changing in run time.
An Example with two screenshots:
Design Time:
Run Time:
This is happening t with UltraDateTimeEditor too, and obviously when we upgrade to the new version v 11.1.
Let me know if you need more detail.
Hello,
I can see the issue from your screenshot and I am also going to need a sample which reproduces this. I will be happy to assist you further on that matter if you could attach a small project through the 'Options' tab above while you are wiriting/editing you post => 'Add/Update'.
Please feel free to let me know if meanwhile a question about our toolset comes up on your mind.
Hi, I attach a project example. I was testing and maybe the problem is on the style that we use. Obviously this style works perfectly with the v.6.3. So, if you have experience with this kind of issue you can tell me what is the best way to fix it .
Thanks.
I am glad to hear that you were able to solve this.
Please feel free to let me know if a question about our toolset comes up on your mind.
Hello.
Yes, you are right this solve the problem. I found a post that talk about the same .
http://blogs.infragistics.com/forums/t/52355.aspx.
"The problem is solved for now since we set AutoSize to false on every single control. What would be really nice if there was a way to change the default value of the property. " :)
Hello again,
I believe that each control which is resizing has to have it's 'AutoSize' property set to 'False' explicitly. The behavior you are experiencing I think comes from setting the 'AutoSize' property to 'True' by default in 11.1.
Please try my approach, I also attached your sample modified to this post.
Please do not hesitate to ask if something comes up.