What is TsMultiLineComboBox?
Windows Forms is a Graphical User Interface(GUI) class library which is bundled in .Net Framework. Its main purpose is to provide an easier interface to develop the applications for desktop, tablet, PCs. It is also termed as the WinForms. The applications which are developed by using Windows Forms or WinForms are known as the Windows Forms Applications that runs on the desktop computer. WinForms can be used only to develop the Windows Forms Applications not web applications. WinForms applications can contain the different type of controls like labels, list boxes, tooltip etc.
Combo box is one of the most important component to represent set of data which allows getting input from user, but built in combo box in the .NET framework comes with very limited features and this is the situation where “TsMultiLineComboBox” comes to save the time & effort
“TsMultiLineComboBox” is a useful component designed to edit long text inside combo boxes.
Main features:
Multiline:
- You can edit multiple lines of text in one combo box. It also supports word wrap. This makes it easy to edit longer text.
Text box Setting:
- The text box portion supports some properties found in the text box that not supported in the regular combo box such as Text Align or Read Only property.
Dropdown Setting:
- The dropdown portion has its own Font and Back Color properties, so you can make the appearance of the dropdown portion different from the text box portion.
Data Grid View:
- You can use user-friendly TsMultiLineComboBox cells instead of regular combo box cells in a Data Grid View.
Event Handling:
- The ‘Selection Change Committed’ event behavior was improved.