Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
UltraGrid vs. VSFlexGrid functionality
posted

Hi,

We are redeveloping a VB6 application in VB.NET and have replaced the Component One controls used previously with Infragistics.

However, in the old application we had a grid which displayed values from a two dimensional array showing start and end rates similar to the distance charts found in a road atlas.

The VB6 control looks like this and I am trying to recreate the first column "look and feel" that effectively makes it a "row header".

Old VSFlexGrid Appearance

I am trying to find a way to emulate the behaviour using an UltraGrid but without success. Could someone please point me in the right direction, either the properties I need to set or the control I should be using?

Thanks.