Hello,
i am using ultratilepanel in my application ,but i want to have minimize button in my ultratile..i inherited my class where i am using ultratile panel to the
Infragistics.Win.
IUIElementCreationFilter
in its
AfterCreateChildElements(
UIElement parent)
i am using following code to add the minimize button in header
HeaderBase
)parent).Header;
));
btn.ButtonType =
.PushButton;
btn.Rect =
).Height);
btn.ElementClick +=
(btn_ElementClick);
parent.ChildElements.Add(btn);
}
but problem is that the minimize button is not adding in the header can any body help me out where i am doing wrong
your help is highly appreciated
Thanks
Hello Nazish Kanwal,
I believe that this question has already been answered at the following forum thread: http://community.infragistics.com/forums/p/45936/300961.aspx.
Please do not hesitate to contact us if you need any additional assistance.