wx.ListCtrl without vertical scroller OR change scroller color

How delete or hide a vertical scroller in wx.ListCtrl? Scroller spoil the form… Or how i can change the scroller color? Is it possible?

Which platform(s)? On Windows the scrollbar is totally handled by the native listctrl widget, I don't think that there is anything we can do about it. On the other platforms the wx.ListCtrl is a generic widget implemented using a wx.ScrolledWindow so you may be able to do something with it that way.

···

On 12/5/12 1:56 PM, Seg_mel wrote:

How delete or hide a vertical scroller in wx.ListCtrl? Scroller spoil
the form... Or how i can change the scroller color? Is it possible?

--
Robin Dunn
Software Craftsman

Hi Robin,

···

On Thursday, December 6, 2012 6:22:41 PM UTC-6, Robin Dunn wrote:

On 12/5/12 1:56 PM, Seg_mel wrote:

How delete or hide a vertical scroller in wx.ListCtrl? Scroller spoil

the form… Or how i can change the scroller color? Is it possible?

Which platform(s)? On Windows the scrollbar is totally handled by the
native listctrl widget, I don’t think that there is anything we can do
about it. On the other platforms the wx.ListCtrl is a generic widget
implemented using a wx.ScrolledWindow so you may be able to do something
with it that way.


Robin Dunn

Software Craftsman

http://wxPython.org

Does the generic version of the ListCtrl work on Windows too? That might be handy to have if I needed complete control over the look of the control. I don’t suppose we have access to the generic version on Windows, do we?

  • Mike

No, but the UltimateListCtrl in AGW is based off of the c++ code for the generic ListCtrl

···

On Fri, Dec 7, 2012 at 12:55 PM, Mike Driscoll kyosohma@gmail.com wrote:

Hi Robin,

Does the generic version of the ListCtrl work on Windows too? That might be handy to have if I needed complete control over the look of the control. I don’t suppose we have access to the generic

version on Windows, do we?


Robin Dunn
Software Craftsman
http://wxPython.org

thanks! I write for Linux, but so far to no avail

···

пятница, 7 декабря 2012 г., 4:22:41 UTC+4 пользователь Robin Dunn написал:

On 12/5/12 1:56 PM, Seg_mel wrote:

How delete or hide a vertical scroller in wx.ListCtrl? Scroller spoil

the form… Or how i can change the scroller color? Is it possible?

Which platform(s)? On Windows the scrollbar is totally handled by the
native listctrl widget, I don’t think that there is anything we can do
about it. On the other platforms the wx.ListCtrl is a generic widget
implemented using a wx.ScrolledWindow so you may be able to do something
with it that way.


Robin Dunn

Software Craftsman

http://wxPython.org