Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Questions about Adding Columns in VS 2005

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Questions about Adding Columns in VS 2005
Link Posted: 02-Aug-2006 09:27
I am evaluating the product (BTW, the documentation help file needs to be augmented... it's rather sparse in providing information... and there aren't Property comments shown in the VS 2005 Properties Editor Window)

Question 1:

I want to add a column like the Priority column in your TreeListView Demo.
I see in treeListViewForm.cs that there is:

private NineRays.Windows.Forms.Grids.DropDownListColumnWithImages priorityColumn;

But when I add a column at design time using the Columns.Items editor, I just get:

private NineRays.Windows.Forms.Grids.Column statusColumn;

What am I missing?

Question 2:

I see that in your TreeListView Demo, you have dropped \"descriptionColumn\" component of type HierarchyColumn on the component tray. How did you do this? - I don't have (and cannot add) HierarchyColumn to the VS 2005 Toolbox.
Link Posted: 02-Aug-2006 10:33

What am I missing?

Click button(dropdown button) next to the Add button in the Column Collection Editor to choose type of column. Click on Add button to add default type of the column.

I see that in your TreeListView Demo, you have dropped \"descriptionColumn\" component of type HierarchyColumn on the component tray. How did you do this? - I don't have (and cannot add) HierarchyColumn to the VS 2005 Toolbox.

See my previous answer, and screenshot below. You can add HierarchyColumn in Column Collection Editor by choose HierarchColumn from menu
Link Posted: 02-Aug-2006 11:51
Thanks, I simply didn't notice the dropdown portion of the button!