TreeView without horizontal ScrollBar. Anonymous - 09/07/2007 Did you ever think about wordwrap in the standard TreeView for Windows Forms?
When you want to read long text in the tree node, you always need to put the mouse cursor over it.
I think it is more comfortable to read multiline text. Check out the link and see how it works!
(.NET/C#)
IntegralUI Lists - Rich Data Visualization Controls Anonymous - 07/02/2007 IntegralUI Lists is a set of three feature-rich visualization controls for data and collections of items: IntegralUI TreeView for rich hierarchical treeviews; IntegralUI ListView for display, selection and sorting of data and item collections; IntegralUI TreeListView with combined power of TreeView and ListView. All controls have built-in Live Editor and Drag&Drop support, fast node and item list creation, XML encoding of Nodes, Columns, Items and Subitems, highly customizable appearance and theme support (including Vista). (C++)
FolderView.Net Control 8.0 Anonymous - 04/21/2007 FileView.Net Control 8.0 brings a drop-in Windows Explorer-like listview UI to your application. It provides a file/folder browsing UI right inside your forms and dialogs and is a perfect replacement for the plain, inflexible, modal APIs. It offers complete support for Thumbnail, Details and GroupView, AutoUpdate, dragdrop, icons, contextmenus, non-filesystem items, default key-handling, infotips and renaming. It features powerful behavior control and customization functionality that takes it miles ahead of Windows Explorer by adding features like filtering, checkboxes, custom items, custom columns and dragdrop control and customization of default contextmenus, displaynames, icons and infotips. FileView.Net is written in 100% managed code for speed and efficiency and completely supports a variety of IDEs and tools including Visual Studio 2005/.Net 2.0. FileView.Net has a royalty-free redistribution license; it has no external dependencies which allows ease of redistribution and it comes with comprehensive documentation and numerous samples to quickly get you started.
(.NET/C#)
WebGrid - plug and play data grid Anonymous - 01/18/2007 Deliver any Web forms rapid with a nearly codeless development experience, with powerful GUI toolset at hand you will be able to easily build highly interactive, standards-compliant, and cross-browser compatible web applications.
WebGrid generates data input forms, handles all datasource interaction (update, insert, and delete), and comes with built-in html editor, charts, spreadsheet, grid tabs, toolbar, treeview, customized layout, sorting, searching, and much more. (.NET/C#)
AITaskList v2.1 (Free) AIdeas - 12/28/2006 AITaskList (2.1) contains a wealth of customizable features providing you with an Office like Task List ready to go. Individual Task Items can be fine tuned including adjusting selected colours, drag colours, titles, descriptions and much more.
Our AITaskList handles Task Item movement and reordering automatically lifting the development workload from your shoulders. Handling external drag sources couldn't be easier, you can choose what kind of data to accept onto the Task List such as ListBox items, DataGridView cells or rows etc. Accessing Task Items is so simple and with several overloads to choose from developers can access Task Items by using position indexes or even Task Item object references.
This component is free to download and use. Requires .Net framework 2.0 (or higher).
(.NET/C#)
Nevron .NET Vision - The most advanced Charting, Diagramming and User Interface controls for .NET Christo Bahchevanov - 12/30/2005 Nevron .NET Vision is the ultimate suite for creating unique and powerful data presentation applications with spectacular data visualization capabilities. The Suite features Nevron Chart for .NET, Nevron Diagram for .NET and Nevron User Interface for .NET. The well designed object model, numerous features and unmatched presentation (.NET/C#)
Nevron User Interface Suite for .NET - Professional User Interface controls Christo Bahchevanov - 12/30/2005 Nevron User Interface is the only suite on the market with such a remarkable render quality and speed. Usage of pluggable renderers and palettes leverages the simplicity and extensibility of all components to a degree never experienced before. Explore rich and powerful docking library, professional and extensible command bars and set of extended Windows Forms controls designed to bring to your Windows Forms applications the latest GUI standards and technologies. The suite introduces lots of new custom controls which makes it easy to create distinguished, stylish and modern end-user presentation layer. (.NET/C#)
DataForm.NET v2.1 easydotnet - 09/19/2004 DataForm.NET is one of the most powerful ASP.NET data entry controls available today. It offers many cutting-edge features for data entry which helps you develop complex .NET data entry web forms in minutes instead of hours or days without writing a single line of .net codes and SQL command to manipulate data. DataForm.NET does this by generating different data entry forms on the fly.
Features:
no coding required
no SQL required
support 3rd party controls
embed new,query,add,update,delete buttons
field validation
plenty of members for advanced projects
more featurs on www.EasyDotNet.com
(.NET/C#, Visual Basic)
Net-factors ProEdit Datagrid & Charts Anonymous - 06/08/2004 Net-factors ProEdit can display or edit for your database tables or views with only one syntax line. ProEdit is a .Net datagrid developer and designer tool that offers programmers of all levels a rich set of features for web, database and micrsoft windows development.
Features like:
No coding needed
No SQL needed
Create advanced charting and data analysis tools
Supports Microsoft SQL, MySQL, and Access
Supports Web Matrix and Visual Studio .Net
Handles huge recordsets efficiently
Export parts or all your data at your local diskdrive
ProEdit is secure all SQL is validated
Supports encryption (SHA1 and MD5 Algorithm)
Supports file upload (to memory, file, and database)
Rich Text Editor (Word-Like editor)
Automatic paging, sorting, field validation ++
Create your own datasource, columns, and rows
Support code-behind
And much much more... (.NET/C#, Visual Basic)
ListView Search Matt Hart - 11/17/1998 Use the LVM_FINDITEM message with the SendMessage API function to search a ListView control. Requires the Pro or Enterprise version of VB. (Visual Basic)
ListViewSetSpacing Bjarke Viksoe - 11/09/1998 Set the x/y icon spacing in the ListView control. Make sure that icons are displayed with proper spacing in your ListView control. (Visual Basic)
Create a Listbox with Clickable Checkboxes mskb - 10/17/1998 Many Windows programs incorporate listboxes with embedded checkboxes as part of their user interface. The References dialog in Visual Basic 4.0 is one example of this kind of listbox. This article shows how to implement a listbox with this functionality in Visual Basic 4.0 by using the ListView control. (Visual Basic)