Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Splitter container

Former Member
0 Likes
531

How can i hide the separator in Splitter container????

I only want to display four pictures in Splitter container & want to hide there separators in it.

3 REPLIES 3
Read only

Former Member
0 Likes
501

Set separator to a value of 0 or something huge like 1000.

Best!

Jim

Read only

Former Member
0 Likes
501

Hi,

see this Blog

/people/harry.dietz/blog/2006/01/04/internal-table--fill-and-read-show-a-chart

Thanks

Sudheer

Read only

0 Likes
501

Please try the following code.

call method splitter->set_row_sash
                  exporting id             = 1
                            type           = 1
                            value          = 0.

Regards,

Rich Heilman