Skip to content
WJunction - Webmaster Forum

Is this control available in .net

Status
Not open for further replies.
Hello guys,

I want a control like the below to be able to use along with Visual Studio .NET

mgXBW.jpg


Is there any control like the one shown in the image available in .net?

Please let me know the name of such control if it is available. If not then tell me how I can create or use such control. :)
 

7 comments

I am not looking to create a exact one with two columns as above.It is a basic example of what control I want.

@Hyperz I didn't try Listview as Jueki said.But I know about DataGridView.It is not what I want.I want the control to have same appearance as above and have functionality like the DataGridView.

Another example of the control I want is the table in the internet download manager(IDM) software.
 
Sounds to me like you want a bit of both. In that case you'd have to create your own control and not one of the premade WinForms ones.
 
Hyperz,

I want a control with the functionality of the DataGridView and the appearance as the control shown in the first post.

I would have used DataGridView but its appearance is not like the one shown in the example.
 
That's because the one in your picture is not a DGV but a ListView. If you want functionality from both the only solution is to create your own control which fits your needs.
 
Status
Not open for further replies.

About the author

G
Active Member · Joined
Learning new technologies
1,139
Messages
153
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom