Results 1 to 5 of 5

Thread: ComboBox Background?

Threaded View

  1. #1

    Thread Starter
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    ComboBox Background?

    Ok so Im making my textboxes styled with a nice round shadowed look but when I apply it to the combox they round but dont apply the Background the same.

    Anyone have any good styles or see what Im missing?

    Thanks


    Code:
    <Border 
    	Height="30" 
    	Width="270"
    	BorderBrush="White"
    	HorizontalAlignment="Center"  
    	BorderThickness="2" 
    	CornerRadius="5" 
    	Background="MintCream" 
    	Grid.Row="4" 
    	Grid.Column="1" 
    	Margin="0">
    	<Border.Effect>
    		<DropShadowEffect Opacity="0.2"/>
    	</Border.Effect>
    	<ComboBox 
                     x:Name="cboRole" 
                     Margin="0" 
                     Height="30" 
                     FontSize="12" 
                     Grid.Row="4" 
                     Grid.Column="1" 
                     Background="MintCream"
                     HorizontalAlignment="Stretch" 
                     VerticalAlignment="Center"
                     BorderThickness="0"/>
    </Border>
    Attached Images Attached Images  
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width