This doesn't make much sense to us as stated - this Canvas or Label is inside of a grid cell, so having its width be anything less than the grid column width just leaves blank space. And if you force the Canvas to be wider than the cell, that's a violation of how record components work and will break scrolling as you saw before.
Outside of the recordComponents use case, a Canvas or Label will fit to the widest unbreakable row of text and the "width" acts as a min-width.
Outside of the recordComponents use case, a Canvas or Label will fit to the widest unbreakable row of text and the "width" acts as a min-width.
Comment