This question is locked. New answers and comments are not allowed.
Mark Reynolds
Top achievements
Rank 1
Mark Reynolds
asked on 27 Mar 2012, 03:37 PM
I am creating a custom RaComboBox for a touch screen application... How can i increase the width of the RadComboBox Scrollbar Thumb
3 Answers, 1 is accepted
0
Hi,
In order to change the size of Width of the ScrollViewer you have to edit the template of the control. I have attached a sample project with the change, just search for a comment starting with "Note:" .
Hope this helps. Let me know if you have further questions.
Kind regards,
Boyan
the Telerik team
In order to change the size of Width of the ScrollViewer you have to edit the template of the control. I have attached a sample project with the change, just search for a comment starting with "Note:" .
Hope this helps. Let me know if you have further questions.
Kind regards,
Boyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Mark Reynolds
Top achievements
Rank 1
answered on 30 Mar 2012, 06:51 PM
Looks great thanks for the sample.
Question : The width of the ScrollView is after i select the drop down arrow.
the default arrow still does not change based on ScrollViewer width, can that be changed to be the same as the ScrollViewer width.
I have attached a image marked as "X" for the issue i am talking about.
Question : The width of the ScrollView is after i select the drop down arrow.
the default arrow still does not change based on ScrollViewer width, can that be changed to be the same as the ScrollViewer width.
I have attached a image marked as "X" for the issue i am talking about.
0
Hello,
As I believe you are refering to the editable RadComboBox and its dropdown button. You have to set the Width to the DropDownButton in the EditableComboBox template. I have modified the project and attached it.
Search for the comment "Note2".
In this connection, we are currently working on a touch enabled theme with design suitable for touch. It will be released in one of the next releases.
Kind regards,
Boyan
the Telerik team
As I believe you are refering to the editable RadComboBox and its dropdown button. You have to set the Width to the DropDownButton in the EditableComboBox template. I have modified the project and attached it.
Search for the comment "Note2".
In this connection, we are currently working on a touch enabled theme with design suitable for touch. It will be released in one of the next releases.
Kind regards,
Boyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>