Click here to Skip to main content
16,016,712 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need some direction with the creation of a control in WPF, the interface is like below:
The control would come before the image control.
The control contents are not fully displayed, if the user wants to view full details, user can click on the button on the control to make it expand.However it should overlay on the image below and not push it down.

| _________Control__________________|
|
|
|___________________________________|


| _______________Image______________|
|
|
|
| __________________________________| <- Image section


I have tried to expander control:
1. It shows or hides all the content.
2. Push down the image below.

Probably i would need to create custom control,which derives from ContentControl,
how would i add the expanding tray like capability with a higher zindex.

Any help is appreciated.
Posted
Comments
Sergey Alexandrovich Kryukov 24-Jun-14 11:29am    
Yes, you can create a custom Panel class, but I did not get it: what's wrong with Expander?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900