You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I specifically set fromSpot and toSpot in a table row, the layout has to be set twice if there is a makeTwoWaylocation binding in the group and a geometryString binding in the group column.
We'll look at this. Thanks for providing a reproducible sample.
One comment: you should probably not be setting the desiredSize (or width or height) on the Shape that is the border of the "Auto" Panel that is your getTableColumnTemplate. Perhaps you want to set the size of the whole "Auto" Panel, but not on the Shape that is stretched to act as a border around the Shape that has the geometryString.
Hi,
when I specifically set
fromSpot
andtoSpot
in a table row, the layout has to be set twice if there is amakeTwoWay
location
binding in the group and ageometryString
binding in the group column.Example: https://jsfiddle.net/Mi_Po/7z4t60ur/149/
The text was updated successfully, but these errors were encountered: