Using MSHFlexGrid in C#

  • Thread starter Thread starter Eyvind Wærsted Axelsen
  • Start date Start date
E

Eyvind Wærsted Axelsen

Hi.

I am trying to use the Microsoft Hierarchical FlexiGrid ActiveX control in
..NET on a Windows Form. The problem is, however, that it seems impossible to
get at the Cols property, which I have been using quite extensively in
previous projects in VFP and VB6.

Can anyone confirm, and does anyone know of a workaround?

(I am using VS.NET 2003, by the way.)

Thanks,

Eyvind.
 
Eyvind.

When you search the VBNet newsgroup, you see only problems with the
MSFlexgrid in VBNet.

While I don't remember me that I have seen answers with solutions for those.

The best replacement for the MSFlexgrid in dotNet is the Datagrid

Cor
 
Back
Top