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 7643935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:34:02+00:00 2026-05-31T09:34:02+00:00

I am workin on WPF application. I am using System.Windows.Controls.BooleanToVisibilityConverter to toggle visibility of

  • 0

I am workin on WPF application.
I am using System.Windows.Controls.BooleanToVisibilityConverter to toggle visibility of my CheckBox as follows :

Visibility="{Binding IsCheckVisible, Converter={StaticResource BooleanToVisibilityConverter}}">

where IsCheckVisible is boolean property I am setting in ViewModel DataContext.

I want CheckBox to be collapsed or hidden by default when application started as my bool property will be false by default. But problem is it is still Visible when app is started. Plz Help me out.
Thanks In Advance.

  • 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-31T09:34:03+00:00Added an answer on May 31, 2026 at 9:34 am

    Problem can be that you set your property IsCheckVisible to false after UI initialization. You must either support INotifyPropertyChanged interface in your ViewModel class and call PropertyChanged when you are changing ViewModel properties values or you can set IsCheckVisible to return false by default. For example:

    private bool _isChek = false;
    public bool IsCheckVisible
    {
        get{ return _isCheck;}
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a wpf application. Here I need to use System.Windows.Forms.FolderBrowserDialog in
I am creating a WPF application that will integrate with an existing system using
I have a windows form control inside wpf application using a windows forms host.
I'm working on a WPF application, and I'm structuring it using the MVVM pattern.
I'm working on writing a small application using the WPF MediaKit , and I
I am attempting to build a simple WPF Application using msbuild via a custom
I'm writing a WPF application using the MVVM pattern, based on the following article:
We have the beginnings of a modular wpf application built using prism. We want
I am working on a WPF application with MVVM, but am not using any
I try to show animated GIFs in WPF application using custom classes found at

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.