| Issue 2: | bug on HSimpleList SelectedIndex property | |
| Back to list |
What steps will reproduce the problem?
1. add a HSimpleList widget to a window
2. on RowActivated event try to remove the SelectedIndex with
{{{
list.Items.RemoveAt( list.SelectedIndex );
}}}
What is the expected output? What do you see instead?
- it supposed to remove the selected index row
- big bad error
Please use labels and text to provide additional information.
May 27, 2008
Project Member
#1
fr.dan...@gmail.com
|