Hi,
We have an app that has a wrap panel containing several xamnumericeditor inside it. Everything works fine under 10.2. Recently I tried upgrading to 10.3 for the numerous XamDataGrid performance enhancements and found out some strange behaviors, the numeric editors would take the whole width of the wrap panel (i do not set any width on the editor).
To reproduce just use this xaml:
<Window x:Class="TestWrapPanelNumeric.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Editors="http://infragistics.com/Editors" Title="MainWindow" Height="350" Width="525"> <WrapPanel> <TextBlock>Number:</TextBlock> <Editors:XamNumericEditor></Editors:XamNumericEditor> </WrapPanel></Window>
Then reference 10.2 and 10.3 to compare. The 10.2 will have the textblock right next to the numeric editor while for 10.3. the textbox and numeric editor are on different line.
Hello.
I tested the sample I created from the Xaml that you provided and it works in the service release of 2010 volume 3. Try downloading the service release and then upgrade the project. You should see the editor and the label appear next to each other like they do in 10.2.
Please let me know if you have any further questions.
Sincerely,
CharlieSenior Developer Support EngineerMCTS
Hi Charlie,
Is that this version? Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 10.3.2018?
I don't know what happened to my copy and paste. I meant the version 10.3.2018.
Thank you for your help.
Yes, the latest service release for 2010 volume 3 is build 2018.
Sincerely,CharlieSenior Developer Support EngineerMCTS
Oh yes ... you are right ... the service release fixes it. Thank you very much for your help, please consider my case closed.