My change to the shared model (fee0c03) had the effect of making the width property last-writer-wins. UWP calls SetPixelWidth() and SetWidth() regardless of which one is actually set. This means that many scenarios involving column width are broken in the test app.
My change to the shared model (fee0c03) had the effect of making the width property last-writer-wins. UWP calls
SetPixelWidth()andSetWidth()regardless of which one is actually set. This means that many scenarios involving column width are broken in the test app.