Can we add a textbox & button to a listview
-
Sure. You can descend a class from Control, and add a textbox, button, and listview to it.
-
no.
-- • Zeta Producer Desktop CMS Intuitive, completely easy-to-use CMS for Windows. • Zeta Helpdesk Open Source ticket software for Windows and web. • Zeta Uploader Easily send large files by e-mail. Windows and web client. • Desargues Innovative, lean and neat calculator for Windows.
-
Sure. You can descend a class from Control, and add a textbox, button, and listview to it.
-
Evidently, Uwe believes your question pertains to adding the textbox and button to a subcomponent. My interpretation of your question is that you want to add a textbox and button to an exterior region. To do so, you would probably want to derive a root or base layer from Control or UserControl, and add your ListView, TextBox and Button to that.