I have what I thought would be a fairly easy screen to lay out. I basically want two differently sized subcomponents (images with some text on them) that should be focusable and selectable. I.e. basically act like buttons. I can slap the components on the page easily enough but I'm stuck on how to draw the focus rectangle which something like a RowList would do automatically. I actually tried a RowList but I had nothing but troubles with the different item sizes. Am I making this too difficult?
Here's roughly what the layout should look like: