UI HElP

  • Thread starter Thread starter rajkiranpro
  • Start date Start date
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
 
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
 
Back
Top