Jump to content


dem

Member Since 17 Dec 2008
Offline Last Active Jul 20 2017 02:24 PM
-----

Topics I've Started

NxExpandPanel

11 February 2010 - 01:42 PM

Hi,

When the NxExpandPanel is Expanded, the ShowChildrens method is called.

This is not very good...

When I set a component inside this panel to Visible := False I want it not to be visible when I expand the this component.

Unfortunately, the ShowChildrens method sets the Visible property of all childrens to True. This is not the way it should work as the Visible property is not usable anymore by the developper unless you manage a list of hidden Components by yourself. I think the NxExpandPanel should do this for you.

dem


Sync vertical scrioll of two grids

08 October 2009 - 11:47 AM

Hello,

I have two grids with the same number of rows. I have to synchronize the vertical scroll of both grids together.

That means : FirstVisibleRow of Grid1 should be = to FirstVisibleRow of Grid2.

This could be performed in the OnVerticalScroll Event, but I did not find out how to do this as the FirstVisibleRow property is ReadOnly.

Maybe someone can help me to achieve this.

Regards

dem