Question
List and item position
Hello,
I would like to create a kind of circle-list control. To do it, I have created a class that extend the List class. I overidde the method "createRowsAndColumns", call the parent method to take profit of the List behavior.
Then, I iterate on the items of the list, change the positions and unvalidate the list (unvalidateList) to draw again the items.
Unfortunately, it doesn't work. I don't have compilation errors and the window application keep blank.
Could you help me? I don't know the best practice to create such custom components. Can you give me some advices? I am a newbe on flex programming and no more about WPF (Window Presentation Foundation)
Trevor
I would like to create a kind of circle-list control. To do it, I have created a class that extend the List class. I overidde the method "createRowsAndColumns", call the parent method to take profit of the List behavior.
Then, I iterate on the items of the list, change the positions and unvalidate the list (unvalidateList) to draw again the items.
Unfortunately, it doesn't work. I don't have compilation errors and the window application keep blank.
Could you help me? I don't know the best practice to create such custom components. Can you give me some advices? I am a newbe on flex programming and no more about WPF (Window Presentation Foundation)
Trevor
