Hi all This is probably a really simple question, but I havn't been able to find the answer.
I've created a really simple application containing a List control and a mxml component (extending Canvas). My List width is set to 300. The custom component width is also set to 300. When I use my component as an itemRenderer for my list, the "roll over" and "selected" highlight border shows up fine on the top, left and bottom edges. But the right edge is missing. It's as if the canvas is too wide for the list, but if I specify a width of 290 in the canvas it's just the same.

