UI HElP

R

rajkiranpro

Well I m creating a sample app..

I have some doubts in designing it

the interface which I require must be similar to that when u get the
settings editor window in visual studio

that is initially only one row must be there

and one of the columns must show a drop down list from which user can select
an item and other column a check box and the rest text boxes..

when user presses tab an the end of a column a new row must be automatically
added.

and deletion of a row should also be possible..

is there any control available.

Since VS2008 works in .NET Environment is there any library tat would
provide the same control

Thanks
Rajkiran
 
I

Ignacio Machin ( .NET/ C# MVP )

Well I m creating a sample app..

I have some doubts in designing it

the interface which I require must be  similar to that when u get the
settings editor window in visual studio

that is initially only one row must be there

and one of the columns must show a drop down list from which user can select
an item and other column a check box and the rest text boxes..

when user presses tab an the end of a column a new row must be automatically
added.

and deletion of a row should also be possible..

is there any control available.

Since VS2008 works in .NET Environment is there any library tat would
provide the same control

Thanks
Rajkiran

Hi DataGridView could be used, but you could also use ListView in
Details mode
 

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