Hi,
I have 3 content panes inside a tab pane. One is at top in upper half and the other two are split vertically in bottom half. When content pane in top is unpinned/autohide it goes out of bound and its title bar doesn't remain visible.
Any ideas how to solve this?
Thanks,
Imad.
Wait for response....Will greatly appreciate any help on this.
Can you post a sample that demonstrates the issue so we can see the behavior you are describing?
Hello Imad,
I have created a private case for you, CAS-94066-YXC42D, to address the issue Andrew has mentioned. I will be contacting you again through the case.
You can access this case at
https://ko.infragistics.com/Membership/MySupport.aspx
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Ok thanks. I'll try to alter your PreferredSizeDecorator class to add PreferedMinimumHeight to it.
imadulhaque said: Thank you for your reply. I noticed that when bottom right content pane is visible then I am get this problem of extra tall grids in other content panes. So probably you can suggest a better way of displaying bottom right contentpane (that doesn't make other contentPanes to display inappropriately) than what I am doing right now.
Thank you for your reply. I noticed that when bottom right content pane is visible then I am get this problem of extra tall grids in other content panes. So probably you can suggest a better way of displaying bottom right contentpane (that doesn't make other contentPanes to display inappropriately) than what I am doing right now.
imadulhaque said:I also tried your PreferredSizeDecorator method of setting PrefferedHeight and PrefferedWidth. Only PrefferedHeight works in case of two grid content panes in that sample. It doesn't work for bottom right contentpane which when unpinned shows only title bar.
Hi Andrew,
I also tried your PreferredSizeDecorator method of setting PrefferedHeight and PrefferedWidth. Only PrefferedHeight works in case of two grid content panes in that sample. It doesn't work for bottom right contentpane which when unpinned shows only title bar.
imadulhaque said:Here is the image of problem in my original application. I have tried to hide the contents but I hope you would be able to identify the ContentPane that contains XamDataGrid going out of bounds of application and desktop when its unpinned and mouse is hovered above its tab.