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 » Add layouts/ParentCtrl to column list
Re: Add layouts/ParentCtrl to column list [message #48493 is a reply to message #48487] Mon, 10 July 2017 04:14 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hello Daniel

ColumnList shows a series of texts in a list.
If you want to use it to show "pages" of your app similar to using a TabCtrl, you could:
- do a layout including the ColumnList and a StaticRect to host all pages.
- put all pages in an Array.
- Add() all pages to that StaticRect with SizePos() to fill it.
- use ColumnList::WhenSel() to Hide() all pages and Show() the one you want. You would do it using a for() through all pages in previous Array.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [BUG] Patch to Switch.cpp to support touch screens
Next Topic: [Closed] Get size and position of widget
Goto Forum:
  


Current Time: Thu Aug 14 08:05:35 CEST 2025

Total time taken to generate the page: 0.08903 seconds