Did u try this ...I am not able to put a splitter control in between treeview and listview on windows forms .net. .In VB U can choose explorer style in creating a application Wizard..Is there anything .Net like that??
regards gan --- Ian Griffiths <[EMAIL PROTECTED]> wrote: > Have you considered creating a form with a treeview > on one side and a list > view on the other? > > :-) > > Seriously though, what exactly do you need that > isn't trivial to achieve in > seconds? Here's my standard explorer-style > application setup: > > (1) Create a new Windows Application project > (2) Drop a TreeView onto the form > (3) Set the TreeView's Dock property to Left > (4) Drop a Splitter control onto the form > (5) Drop a ListView onto the form > (6) Set the ListView control's Dock property to > Fill > > Does the VB application Wizard do anything else that > this doesn't do? > > (Obviously this puts the treeview on the left and > the listview on the right, > but I'm guessing that's what you meant to say - > that's the way round they > are in every version of Windows Explorer I've ever > used.) > > > -- > Ian Griffiths > DevelopMentor > > ----- Original Message ----- > From: "george antony" <[EMAIL PROTECTED]> > > > > it ia treeview on the right side and a list view > on > > the left side. > > --- franklin gray > <[EMAIL PROTECTED]> > > wrote: > > > you mean a treeview and a treelist? > > > > > > -----Original Message----- > > > From: george antony [mailto:[EMAIL PROTECTED]] > > > > > > Is there any way to get an Explorer style > interface > > > .Net like in Vb appication Wizard. > > You can read messages from the DOTNET archive, > unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.