Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
XamNumericEditor, Width=Auto, Big Number, Problem Resizing
posted

I have an editable field with  XamNumericEditor, width is Auto and mask is rather long, about 17 digits., something like ###,###,###,###,#00.00. When a value is small enough to fit in a cell, all is okay. When I click in the cell, the whole column resizes to accommodate the whole mask. But When a number in a cell is big, the cell does not resize when the grid is displayed, higher digits are cut off and when I click in a cell, it does not resize, just scrolls the mask to the left and displays the last two digits on the left side of the cell and most of the cell is empty. I reckon the field needs resizing to make the whole number fit in, but still have an auto width. I tried calling PerformAutoSize on the problematic field, but it did not help. Anybody has an idea what to do? Thanks.

 

Ivan