Forum Discussion

ankita_agarwal's avatar
ankita_agarwal
New Contributor
13 years ago

How can I re-size a column of a "Gupta" class Table?

Hi,



I cannot find a way of resizing a "Gupta" table column using the provided functions.

I tried using image but that is really fragile implementation.



I have to re-size the column and increase it's width and then re-soze it to its original width.



Please provide me with solutions that could work in the given scenario.

3 Replies


  • Hi Ankita,


     


    Which grid control are you using? What is the value of the control's WndClass property (you can check it using the Object Browser)? If the control is a .NET control, please tell us the value of its ClrFullClassName property.


     

  • Hi Tanya,



    The control type I am using is "pane"

    The "WndClass" is "Gupta:Child Table"



    It is not a .Net control.






  • Hi Ankita,


     


    The control might have a special property that allows you to change the size of columns. Check that in the controls' documentation. You can change the value of this property from TestComplete. If this doesn't help, is there a way to get a sample app containing this control?