private void thumbnailTooltip_ThumbnailVisibleChanged(object sender, QEventArgs e) { timer_Thumbnail.Enabled = false; if (e.Direction == ArrowDirection.Up) { fThumbnailPending = false; } else { fThumbnailPending = true; timer_Thumbnail.Enabled = true; } }
private void thumbnailTooltip_ThumbnailVisibleChanged(object sender, QEventArgs e) { this.timer_Thumbnail.Enabled = false; if(e.Direction == ArrowDirection.Up) { this.fThumbnailPending = false; } else { this.fThumbnailPending = true; this.timer_Thumbnail.Enabled = true; } }
private void tabControl1_RowCountChanged(object sender, QEventArgs e) { SetBarRows(e.RowCount); }