listview problem

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top