Hi All
I have a tab page, and only on a selected item in the grid am i making some
available, now we all know about the Visible property being unavailable so i
take an array of the pages before the program starts, then on each selected
item in the grid i refresh the tab control from the array and remove any
unwanted pages. Two problems
1) This is not very efficient, there must be a better way!
2) This causes a massive refresh problem, the tab is constantly flickering,
even with a suspend and resume on the tabcontrol main form and panel.
Hope someone can help me out!
--
Kind Regards
Danny Woolston


Reply With Quote