Tab control - List of columns and color settings remain visible after clicking from one tab to next

  • Thread starter Thread starter MosheS Singer
  • Start date Start date
M

MosheS Singer

Guest
Main Form is comprised of one Tab containing 10 tabs. Each tab has its own view, unique settings, colors for columns etc.

When clicking from one tab to the next, the view of the previous tab, with all its columns and colors, remains visible and then mixes with the new tab's columns and colors, and it takes a considerable amount of time, for the view to settle and display the current tab's contents.

So, I added to the "OnClick" code of the Tab Control, a code that when clicking to column B, Column A should not be visible.

But it has not resolved the issue. It still remains visible in a jumble of columns, colors etc. and then finally the view settles and displays properly.

How can we speed up the process of Column A becoming invisible very quickly?

Continue reading...
 
Back
Top