Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » first row strange behaviour in columnlist
Re: first row strange behaviour in columnlist [message #6565 is a reply to message #6563] Sat, 18 November 2006 15:33 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
Well, the problem is caused by logical position of RichTextCtrl - it is VSizePos (both top and bottom lines are thick and red), therefore if your layout gets bigger, it gets over the ColumnList (and mouse messages are routed to the "topmost" widget, last in the list).

RichTextCtrl is transparent, therefore "invisible" if it is empty (if it would not empy, you would see the text overwriting the columnlist).

ArrayCtrl works because of order of Ctrls in the layout (is even on top of RichTextCtrl).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ToolTip on popup controls
Next Topic: How to set the ***initial*** focus to an option?
Goto Forum:
  


Current Time: Sat Jun 08 00:17:40 CEST 2024

Total time taken to generate the page: 0.02033 seconds