Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListView control view is blocked by textboxes below

Status
Not open for further replies.

fr2

Programmer
May 13, 2008
45
US
I have a Listview control that when clicked, expands to show all the entries.

However when it expand the textbox and dbcombo controls below the listview control .. obstruct the visibility.

How do I make the listview "send to front" when clicked so that the entries will be visible and the user can select. In order words the controls that are blocking its vies, I want to "send to back" ... but its probably best to just make the listview control "send to front
 
I set the Listview control zorder but it still does not come in front. It is blocked by the other boxes.

txtListview.ZOrder 0
 

OK, try this:
During design time, right-click on the control (ListView) and select "Bring to Front"

Have fun.

---- Andy
 
Thank you my friend. Doing mostly .NET right now. Not used VB6 quite a long while. Its funny I kept thinking "send to front" but could not remember how ...

Thanks again very much. I give you a title. Boy Genius :)
!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top