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 » Splitter » Splitting a single ctrl (or appearing to)
Re: Splitting a single ctrl (or appearing to) [message #41704 is a reply to message #41690] Sun, 12 January 2014 10:22 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Actually I managed it by using two GridCtrl side by side using splitter. And on scroll I shift other control also. I wanted fixed columns.

FixedColGrid.sby.WhenAction = THISBACK ( Scroll );

void Scroll() {
int u1 = FixedColGrid.sby.Get();
ProcessGrid.sby.Set ( u1 );
}


Similar thing will be possible for vertical placement of two grids
using splitter.

Hope this may use useful.

Deepak


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: DHCtrl in SplitterForm
Next Topic: MayBe extend Styles of Splitter?
Goto Forum:
  


Current Time: Tue Apr 16 06:39:23 CEST 2024

Total time taken to generate the page: 0.04274 seconds