changed border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -98,7 +98,8 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        self.list = TestListCtrl(self, tID,
 | 
					        self.list = TestListCtrl(self, tID,
 | 
				
			||||||
                                 style=wx.LC_REPORT 
 | 
					                                 style=wx.LC_REPORT 
 | 
				
			||||||
                                 | wx.SUNKEN_BORDER
 | 
					                                 #| wx.BORDER_SUNKEN
 | 
				
			||||||
 | 
					                                 | wx.BORDER_NONE
 | 
				
			||||||
                                 | wx.LC_EDIT_LABELS
 | 
					                                 | wx.LC_EDIT_LABELS
 | 
				
			||||||
                                 #| wxLC_NO_HEADER
 | 
					                                 #| wxLC_NO_HEADER
 | 
				
			||||||
                                 #| wxLC_VRULES | wxLC_HRULES
 | 
					                                 #| wxLC_VRULES | wxLC_HRULES
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user