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

Collapsible Pane Issues

5 Answers 148 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
AdamL
Top achievements
Rank 1
AdamL asked on 20 Dec 2006, 07:42 PM
I am using the CollapsiblePane example to learn more about this control.  I am having problems setting the text property of the control.  If I use the Theme Manager, I can set the property but, I cannot set it in the properties or in code.  The component always seems to default to "CollapsiblePane".  Is there something I am overlooking in setting the text property for the object?

Thanks

5 Answers, 1 is accepted

Sort by
0
Chris
Telerik team
answered on 21 Dec 2006, 04:15 PM
Hi Adam,
There's a bug in the CollapsiblePaneElement class. The following line:

captionFillPrimitive.BindProperty(TextPrimitive.TextProperty, this, CollapsiblePaneElement.CaptionProperty, PropertyBindingOptions.OneWay);

should be changed to:

captionTextPrimitive.BindProperty(TextPrimitive.TextProperty, this, CollapsiblePaneElement.CaptionProperty, PropertyBindingOptions.OneWay);

Then you'll be able to change the text of the Collapsible panel by changing the Caption property.

All the best,
Chris
the telerik team
0
Abdulrahman Nabil
Top achievements
Rank 1
answered on 02 May 2010, 06:55 AM
Hi guys ,

My company trying the trail version of Winforms Q3 2009 and we plan to buy it if it was fully server our needs , im found of it but i want to make it comprable to any type of collabsable panle like Divexpress  CollapsablePane
So please telerik team i started to ask your support....

I did extracted  CollapsablePane control from 2009 Q3 collection successfully ,I can play arround the control  but now i want to add a button indicator into the header to show if the control is expanded on or Not

,how I could do that?

Thanks Telerik team
Abdulrahman Nabil
Technical Consultant
0
Nikolay
Telerik team
answered on 05 May 2010, 10:13 AM
Hi Abdulrahman Nabil,

Please find the asnwer to your question in the following forum thread:
http://www.telerik.com/community/forums/winforms/general-discussions/using-collapsablepane-control-from-2009-q3-collection.aspx

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Abdulrahman Nabil
Top achievements
Rank 1
answered on 05 May 2010, 04:04 PM
Hi Nikolay ,
thanks so much for replaying me ,thats fantastic
but i stucked out with 3 problems i try to sort them out :
1-I'm trying to add a RadtreeView but the CollapsablePane dosn't show that at all , why i can't host Rad controles inside this nice control ,as it allow only RadbuttonElemtns to be hostedinside ?
2-Why when I press the new created button into the header  the control it self dose not repspond to himself by allowing it to collapse or expand or reverse its state?
3-A bug i found with the Control which its dose not collapse to itself closly when I fill the CollapsablePane.item collection with  9 RadbuttonElemnts or more .

,Could you help please this?
that control is critical to me application framwork interface.

Thanks Telerik team
Abdulrahman Nabil
Technical Consultant
0
Nikolay
Telerik team
answered on 13 May 2010, 07:16 PM
Hi Abdulrahman Nabil,

Let's continue our conversation in the following forum thread:
http://www.telerik.com/community/forums/winforms/general-discussions/using-collapsablepane-control-from-2009-q3-collection.aspx

All the best,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
AdamL
Top achievements
Rank 1
Answers by
Chris
Telerik team
Abdulrahman Nabil
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or