Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7161271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:32:20+00:00 2026-05-28T13:32:20+00:00

Is there a way to change the style of checkboxes when the ItemsOptionListType=CheckList inside

  • 0

Is there a way to change the style of checkboxes when the ItemsOptionListType=”CheckList”
inside a RadTreeView?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:32:21+00:00Added an answer on May 28, 2026 at 1:32 pm

    There are a couple of ways of doing this that I can think of, but sadly neither of them is particularly easy.

    One way is to use Blend or a similar tool to obtain the template for the RadTreeViewItem class. The RadTreeViewItem class and its template are in the Telerik.Windows.Controls.Navigation assembly. Take a copy of this template and modify the CheckBox within this template to customise its appearance as you wish.

    To use the template, add a ControlTemplate and a Style to the <UserControl.Resources> element of a XAML page, as follows:

    <UserControl.Resources>
        <ControlTemplate x:Key="myRadTreeViewItemTemplate" TargetType="telerik:RadTreeViewItem">
            <!-- modified template goes here... -->
        </ControlTemplate>
        <Style TargetType="telerik:RadTreeViewItem">
            <Setter Property="Template" Value={StaticResource myRadTreeViewItemTemplate}" />
        </Style>
    </UserControl.Resources>
    

    This should then apply the modified template to any RadTreeViews in the same XAML file.

    Note that we have to use an implicit style (i.e. one without an x:Key), since there seems to be no other way to tell a RadTreeView to apply a given style to its child items.


    Alternatively, you can modify a built-in theme. This approach could also change the styles of CheckBoxes used within other Telerik controls in your application, for example in a GridViewCheckBoxColumn within a RadGridView.


    EDIT: if you want the template for the CheckBox as used in the RadTreeView by default,
    you’ll find it in Themes\Office\Black\System.Windows.Controls.xaml within the Telerik.Windows.Controls assembly. This assumes you’re using the ‘Office Black’ theme; adjust the path of this file if you’re using a different Telerik theme.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to change style of text, format the text inside a
Is there any way to change indentation style for automatically generated code in Eclipse?
Is there a way to change MKAnnotationView style (like from red label with number
Is there a way to change the css style(defined in the page source) dynamically
Is there a way to change CSS style for specified element without using JavaScript
Is there a way to change the height of a progress view bar in
Is there a way to change the 'Appearance color' (or theme) in the editor
Is there a way to change tabs order in Vim (i.e. change the position
Is there any way to change the selection bar text color in a list
Is there a way to change (for the purpose of localization) the null placeholder

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.