Set propertygrid sash position

BlitzMax Modules Forums/Brucey's Modules/Set propertygrid sash position

I'm talking about the line that goes between a property name and its value. Can we change it's position? (like a wxSplitterWindow)

Hmmm.. maybe ;-)

Okay, I've added these wxPropGrid methods :
	Method CenterSplitter(enableAutoCentering:Int = False)
	Method GetSplitterPosition:Int()
	Method SetSplitterLeft(subProps:Int = False)
	Method SetSplitterPosition(xPos:Int, refresh:Int = True)


check out the latest...

Yay! such excellence.