StrataFrame Forum

ListView Control issue

http://forum.strataframe.net/Topic4119.aspx

By Randy Moore - 11/3/2006

Hi. I just started using Strataframe at my company this week. I have an issue with the ListView control.



I would like to be able use the functionality of being able to select multiple rows in a listview control. However, when the app is run, the Multiselect property reverts to being false. Is there a way to fix this problem? Any suggestions would help.
By Trent L. Taylor - 11/3/2006

The property is just not being remebered in the forms designer file.  Try settings the MultiSelect property in the Load of the form:

MyListView.MultiSelect = True

I am not sure why your designer will not remeber this setting.  I will look at this and make sure there is not an issue. 

By Randy Moore - 11/3/2006

Trent,



Thanks, that did it.