It seems that control "Bounds" property returns always bounds without influence of scroll slides position. How can i know bounds of control relatively to upper-left window conner?
Bounds coordinates are relative to a fixed point (origin) on the front panel. The position of this point relative to the window is given by the VI property FP.Origin. So use this origin position to calculate the control bounds relative to the window.