This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
								
  | 
							    
					           I am using my own DataTemplate (containing basically a StackPanel with a ComboBox, no special styling applied) for editing certain properties in my PropertyGrid and they look quite different from the rows whose underlying property is an Enum. (Picture attached) How can I make my combobox-based rows look just like the built-in ones? Thanks, Paul  | 
						    
| 				        
						         | 
						    |
								
  | 
							    
					           You probably need to set the following properties on your ComboBox: BorderThickness="0"  That's about the only appearance-affecting attributes in our combo box editor template.  | 
						    
| 				        
						         | 
						    |
								
  | 
							    
					           Thanks -- I was missing BorderThickness, that is what did it.  | 
						    
| 				        
						         | 
						    |