Hi Joe,

I think there might be a way to do it, but it's not pretty. Probably better off using a list or something similar instead of a repeater, because the repeater isn't much help after it has actually instantiated it's contents. The list is a little more work because you have to go and define a separate item renderer class and set up some event handling to manipulate the data provider, but I believe this would be the correct way to do what it is that you are asking.

Cheers,
Lach


On 12/12/2006, at 1:10 PM, Joe wrote:

I have a repeater that verticaly displays about 12 buttons. Is it
possible to change the index of the button that is selected. If I
selected a button in the middle of the repeater can it would move to
the top. Or if it can't move, maybe change the label of the button on
the top to read what I just selected.

Should this not be in a repeater? Help !!!

Reply via email to