Exemple #1
0
        void UpdateAdjustments()
        {
            if (hAdjustement == null)
            {
                return;
            }

            vAdjustement.SetBounds(0, dataProvider.ItemCount, 1, VisibleRows, VisibleRows);
            hAdjustement.SetBounds(0, viewWidth, 1, Allocation.Width, Allocation.Width);
        }
 public void Reload()
 {
     adjustment.SetBounds(0, provider.Rows, 1, rows, rows);
     ellipses.Clear();
     reloaded = true;
 }