private void EnsureScrollData()
 {
     if (_scrollData == null) { _scrollData = new ScrollData(); }
 }