How do I set the position of a rebar band's gripper bar at runtime?
By program not by hand.
I don't know if it helps but heres what I'm trying to do.
In this project I allow the users to set font, form position, size and LV collum width. This info is saved on exit and duplicated on next execution.
I now need a new form has two listviews showing related data (but not syncronized). I want to use a rebar to allow the user to set the LV's as they want them.
Obviously I need to overwrite the designtime position of the bar of the rebar between the two LV's, this where it fails. I've tried storing and reinstating the
LVs left and right, playing with the bands of the rebar.
I'd also be happy to use a splitter but I'm left with the same problem, ie how to position it a runtime.
By program not by hand.
I don't know if it helps but heres what I'm trying to do.
In this project I allow the users to set font, form position, size and LV collum width. This info is saved on exit and duplicated on next execution.
I now need a new form has two listviews showing related data (but not syncronized). I want to use a rebar to allow the user to set the LV's as they want them.
Obviously I need to overwrite the designtime position of the bar of the rebar between the two LV's, this where it fails. I've tried storing and reinstating the
LVs left and right, playing with the bands of the rebar.
I'd also be happy to use a splitter but I'm left with the same problem, ie how to position it a runtime.
Comment