UXResizablePane: Show Icon or Text in collapsed state

3 replies. Last post: July 4, 2012 4:58 AM by Handy Surya
Tags :

Hi

In collapsed state is no header visible. I have more than one ResizablePane, so I want show some information in collapsed state, e.g. Headericon only or Headertext vertically in content (I don't want see any other content in collapsed state).

Thanks for help.

Michael

All Replies

Hello Michael,

When collapsed Resizable Pane, the pane should show you the collapsed icon and the header text would show vertically. In your current scenario, what it looks like? I don't quite understand about your requirement. Can you explain more details in screenshot?

Regards,
Handy

1 attachment

Hi Handy

I don't see the header text vertically (please see attached pictures). My Code: 

<Intersoft:UXResizablePane Header="Backup Jobs" Margin="4 0 0 4" Style="{StaticResource ResizablePaneStyle}" HeaderPosition="Border" HeaderFontSize="20">
    <Intersoft:UXListBox ItemTemplate="{StaticResource BackupJobsItemTemplate}" ItemsSource="{Binding BackupJobs}" SelectedItem="{Binding SelectedJob, Mode=TwoWay}"/>
</Intersoft:UXResizablePane>

I want show only the collapsed icon and the header text vertically.

Thanks for help.

Michael

Hello Michael,

The header text would show only for the navigation pane item. If you specify the header property for navigation pane item, it would show the header text automatically when you minimize it.

In your current sample, you use UXListBox which is not possible.

Regards,

Handy

All times are GMT -5. The time now is 3:35 AM.
Previous Next