0

Need a trick. Scrollable Listbox with fixed Listheader

asked 2009-07-27 16:14:47 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Hi all,

Normally i have a borderlayout around the listbox, so by a smaller size i can scroll through all rows.
How can i do the borderlayout only around the rows that the ListHeaders are shown allready.
Or is there an other trick

thanks
Stephan

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2009-07-28 00:50:57 +0800

henrichen gravatar image henrichen
3869 2
ZK Team

updated 2009-07-28 00:54:03 +0800

Is this what you want?

<borderlayout height="380px">
	<north title="North" maxsize="300" size="50%" splittable="true" collapsible="true">
           North part
	</north>
	<center border="0">
          <listbox vflex="true">
             <listhead>
                <listheader label="listheader"/>
             </listhead>
             <listitem label="item1"/>
             <listitem label="item2"/>
             <listitem label="item3"/>
             <listitem label="item4"/>
             <listitem label="item5"/>
             <listitem label="item6"/>
             <listitem label="item7"/>
             <listitem label="item8"/>
             <listitem label="item9"/>
             <listitem label="item10"/>
             <listitem label="item1"/>
             <listitem label="item2"/>
             <listitem label="item3"/>
             <listitem label="item4"/>
             <listitem label="item5"/>
             <listitem label="item6"/>
             <listitem label="item7"/>
             <listitem label="item8"/>
             <listitem label="item9"/>
             <listitem label="item10"/>
          </listbox>
	</center>
</borderlayout>

link publish delete flag offensive edit

answered 2009-08-01 15:29:58 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Yes exactly,.

many thanks Henri.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-07-27 16:14:47 +0800

Seen: 232 times

Last updated: Aug 01 '09

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More