Set propertygrid sash position

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

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


Brucey(Posted 2008) [#2]
Hmmm.. maybe ;-)


Brucey(Posted 2008) [#3]
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...


plash(Posted 2008) [#4]
Yay! such excellence.