This is a migrated thread and some comments may be shown as answers.

Changing TabItem.Enabled on Form_Load event make TabItem disabled.

1 Answer 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roger Brown
Top achievements
Rank 1
Roger Brown asked on 10 Apr 2008, 04:34 PM
I created a simple form with one TabStrip and one TabItem.
TabItem has one button over it. Now on Form_Load event even if I do
TabItem1.Enabled = True, it visible as Disabled on runtime.

I have created a sample app to reproduce it but I can't do attachment here so not sure how to give more details. But here is the code for Form_Load event

Public Class Form1
    Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        TabItem1.Enabled = True

    End Sub
End Class

Let me know if you need more details.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 11 Apr 2008, 11:18 AM
Hello Bryan Andrews,

Thank you for reporting this issue.

I was able to reproduce it successfully and it will be addressed for one of our next versions. Your Telerik points account was updated for this report.

If you have additional questions or you want to share your feedback with us, do not hesitate to contact me.

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Roger Brown
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or