Windows Vista Forums

ComboBox on black background

  1. #1


    John Lorenzen Guest

    ComboBox on black background

    I have a combobox on a black background. By default this combo box has a
    white border around it that I want to remove, I think it comes from the
    chrome default style does anyone know how I can remove this border?




      My System SpecsSystem Spec

  2. #2


    Bob Guest

    Re: ComboBox on black background

    In article <0F643A65-C845-4A6D-9EA5-0B79E8C40330@microsoft.com>,
    johnl@fidlar.com says...
    > I have a combobox on a black background. By default this combo box has a
    > white border around it that I want to remove, I think it comes from the
    > chrome default style does anyone know how I can remove this border?
    >
    >


    have you tried the BorderBrush and Background properties of the
    Combobox?

    <Grid Background="Black">
    <ComboBox BorderBrush="Black" Background="Black" Height="25"
    VerticalAlignment="Top" />
    </Grid>

      My System SpecsSystem Spec

ComboBox on black background

Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop background keeps going black Steven L. Vista General 9 08 Dec 2009
Desktop background keeps going black Steven L. Vista General 0 07 Dec 2009
Need black background for vista cowtoon Vista General 3 01 Feb 2009
Desktop Background appear black Nagesh C Samant Vista General 1 10 Aug 2007
WPF combobox background Michael Jackson Avalon 2 11 Jun 2007