Setting the Automatic Resizing Behavior of Cells Columns are automatically resized when the user clicks on the right-edge of the column’s header. (This is an implementation of a standard Windows behavior.) Auto-resizing is controlled by the ColumnAutoSizeMode property of the Override object, and can be set at the ...
Setting the Order for Sibling Child Bands WinGrid™ displays sibling child bands in the order in which they are provided by the BindingManager and previously there was no way to change this order. But now, a new VisiblePosition property has been added to the UltraGridBand. This new property will default to 0 for al...
Setting the Style of Buttons It is easy to specify the visual appearance of buttons in the WinGrid™ by setting the ButtonStyle property. The buttons affected by this property are those found in cells (both Button-style buttons and EditorButton-style buttons) and the buttons in the AddNew box. The ButtonStyle prope...
Setting Up a Project for XSD Support (Part 1 of 4) Setting up the Project Create a new Windows application. Increase the size of the form so that there is enough room to put a WinGrid™ and a few buttons. Next drag an UltraGrid from the Toolbox onto the form. Resize the grid to be large enough to show several rows ...
Showing Empty Rows Topic Overview Purpose This topic provides an overview and uses code examples to demonstrate how to display and apply some styles to the appearance of empty rows. In this topic This topic contains the following sections: Displaying Empty Rows Introduction Prerequisites Steps Related Content Disp...
Showing WinGrid’s Caption You can show the caption of a WinGrid™ by setting the UltraGridLayout’s CaptionVisible property to True. You can also show the grid caption by setting the Text property of the WinGrid to a value. In Visual Basic: In C#: The following snapshot shows WinGrid with its caption visible, and th...
WinGrid Smart Tag 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 the most common properties and settings of the ...
Sorting Overview Background WinGrid™ can allow the user to sort on both single and multiple columns by clicking on the column headers. The developer can also instruct UltraWinGrid to sort on a column. Questions How do I instruct UltraWinGrid to allow the user to sort when the user clicks on a column header? The da...
Sorting Introduction The topics in this group explain about Sorting and its configuration. Topics Topic Purpose Sorting Overview This topic explains the column sort functionality of the grid. Configuring the Initial Sort Order This topic provides an overview about setting initial Sort order on the WinGrid™ columns...
Specifying Fixed Columns In This Topic How To Specify Fixed Columns ColPosChanged Events How To Specify Fixed Columns In previous versions of the WinGrid™, locking columns so that they could not be scrolled out of view was a manual process, requiring you to create a column scrolling region, assign columns to it ex...