Questions pertaining to creating and using a custom ItemRenderer to display bound data in Flash constrols such as List and DataGrid.
Questions tagged [itemrenderer]
483 questions
-1
votes
1 answer
Spark List ItemRenderer select state issue
one issue is that even set requireSelection to false, in the List, when select all items, The List still has one item be selectedAndShowsCaret. For this example, hover color is yellow, selected color is red, selectedAndShowsCaret is blue.
Another…

jason
- 1,621
- 6
- 21
- 39
-1
votes
2 answers
Wait for itemcontrol to render
My ItemControl is binded via ItemsSource to an ObservableCollection<...>. When I fill the collection, the program needs some (a little, but still some) time to create right ItemTemplate objects and render them in my ItemsControl. Is there any way to…

jozefkarton
- 33
- 5
-2
votes
1 answer
How to know if a displayed listboxItem is in a WPF ListBox
How do I know if the rendered listboxItem is in a WPF ListBox?
I want to get the list box items that are displayed in the screen, because I want to move the item at the bottom to the top of the screen like when auto-scrolling.
I already searched…

charles kim
- 53
- 9