listview problem

  • Thread starter Thread starter shashivrat
  • Start date Start date
S

shashivrat

Hi,
We are working on a PocketPC application in VB.net on Compact Framework
1.0.
The main module has a ListView on which other sub-modules are listed as
items.
On the click of the items the corresponding sub-module is launched.
When we exit from the sub-module we get back to the main module with
listview visible.

The issue:
When any item is clicked, the item gets highlighed with blue color.
Then, the sub-module is launched. On exiting from the sub-module we get
back to the main module.

Now the problem is that ListView retains a blue border around the last
selected item.

How can this blue border be avoided?
I want the List View to appear as before (Initial state, without any
extra blue coloring)

Many Thanks,
 
Back
Top