How do I make sure that there is always something selected in a Spark List?
Posted
by shinyhappydan
on Stack Overflow
See other posts from Stack Overflow
or by shinyhappydan
Published on 2010-04-29T15:09:22Z
Indexed on
2010/04/29
20:17 UTC
Read the original article
Hit count: 148
I have a spark list, which is based on a dataProvider. As the application runs, the data in the dataprovider can change, and also the dataProvider can be swapped for a different one
What I need to do is make sure that something is always selected in the list (unless it is empty)
© Stack Overflow or respective owner