Changing the Look, Location, and Frequency of Tickmarks Tickmarks are a great way to help your end user figure out exactly how many values you may have in one TrackBar. You can set the minimum and maximum values of WinTrackBar through the MinValue and MaxValue properties, respectively. Setting the minimum value to...
WinTrackBar Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access to...
Synchronizing Two WinTrackBar Controls Before You Begin Because of the diverse role WinTrackBar can play in your application, you can use it in almost any situation that requires your end user to set incremental values. One very familiar role that TrackBar controls in general play is the volume control. Using two ...
Understanding WinTrackBar This is a great place for you to start learning about the WinTrackBar™ control, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinTrackBar in your applications. Click the links below to gain an overview of the ...
Using WinTrackBar Below, you will find several topics explaining how to use the WinTrackBar control, from short, task-based topics to in-depth walkthroughs. Change the Orientation of WinTrackBar Change WinTrackBar’s Style Changing the Look, Location, and Frequency of Tickmarks Synchronizing Two WinTrackBar Control...
WinTrackBar If you’re looking for an area that houses all of the overview/task-based information related to the WinTrackBar™ control, you’ve come to the right place. This section contains valuable information about WinTrackBar, ranging from what the control does and why you would want to use it in your application...
About WinTree WinTree™ is a Windows Forms control that allows for navigation and structure in any Windows Forms application or project. Appearance Support — Full appearance support including alpha-blending, gradients, images, etc. Node Editing — You can manage node editing for your end user. Multi-Column Grid — th...
Accessing Data Click on the following links to know how data can be bound to WinTree™. Binding WinTree to a Hierarchical Data Source Binding WinTree to a Dataset or Data table Binding WinTree to a WinDataSource
Add and Remove Nodes Programmatically This topic will show you how to add and remove nodes at run-time. The Add and Remove methods of the TreeNodesCollection object are used for this purpose. To add a child node the Add method has to be used on the parent node. In Visual Basic: In C#:
Add Images to WinTree with Columns This topic will show you how to add images to a WinTree™ with ColumnSet(s) ColumnSet(s) and has columns displayed. Images can be added using the Cell object’s Appearance property. This is applicable for the WinTree control in any ViewStyle . Another approach to showing images is ...