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

Collapaible Panels Controls Container

1 Answer 82 Views
CollapsiblePanel
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 07 Nov 2016, 05:09 PM

Collapsible Panels Controls Container is being focused on pressing ENTER key, however i have already set the following properties 

Focusable = false

TabStop = false

but focus is being transfer and tab is being stop 

can anybody guide what needs to be done here 

Regards

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 08 Nov 2016, 09:16 AM
Hi Muhammad,

Which property are you setting exactly? Generally, you need to set the following properties:
this.radCollapsiblePanel1.ControlsContainer.TabStop = false;
this.radCollapsiblePanel1.TabStop = false;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
CollapsiblePanel
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or