K
Kevin Z Grey
Heya,
I'm attempting to programatically disable a TabPage
from a TabControl and make it invisible without altering
the indices of the TabPages. The TabPage.Visible property
does not appear to be functional in the CF.
On top of this problem I've found that the TabPage
indices do not get updated after removing a TabPage from
the TabControl. This *looks* like a bug to me
(Disclaimer: this does not mean it is ).
Can anyone help me with this problem? I need a fail-
proof way of making a TabPage invisible without removing
it from the TabControl AND/OR referencing a TabPage by its
index (or better yet, by its Text value since thats the
way it should be!).
Please let me know if I need to clarify. Thanks in
advance!
~~K
I'm attempting to programatically disable a TabPage
from a TabControl and make it invisible without altering
the indices of the TabPages. The TabPage.Visible property
does not appear to be functional in the CF.
On top of this problem I've found that the TabPage
indices do not get updated after removing a TabPage from
the TabControl. This *looks* like a bug to me
(Disclaimer: this does not mean it is ).
Can anyone help me with this problem? I need a fail-
proof way of making a TabPage invisible without removing
it from the TabControl AND/OR referencing a TabPage by its
index (or better yet, by its Text value since thats the
way it should be!).
Please let me know if I need to clarify. Thanks in
advance!
~~K