Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Active Port

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

Active Port
Link Posted: 09-Apr-2006 18:45
Hi,
Can you expalin to me what is an active port in the flygrid?
what is its use?

does it has anything with master/detail tables?

thanks,
Guy.
Link Posted: 10-Apr-2006 04:21
flyGrid.ActivePort property indicating viewport contained focused node (flyGrid.Selected).
Yes, any nested grid in the mater/detail provides nested viewport,
if you're using nested grids, master/detail - you can use this property to access to the current Rows or Columns collections provided by ActivePort (flyGrid.ActivePort.Rows, flyGrid.ActivePort.Columns), determine height of viewport.