Status | ID | Priority | Type |
Closed | 25568 | Blocker | Question |
Profile | Reply |
Scott GrossClient | Hello, I traced a resizing issue to this controller: WinSetMinimumSizeController. I found this code in the controller: I tried to Deactivate in an inherited controller and a View Controller with: Frame.GetController().Active["PopupWindow"] = false; and I still cannot set the size of the window by handling the CustomizeTemplate Event using the following code: private void DeactivateTeamAction_CustomizeTemplate(object sender, CustomizeTemplateEventArgs e) if (e.Context == TemplateContext.PopupWindow) } Can you please provide an example of how I can set the popupwindow size smaller than 640x480? Thank you. |
User | Description | Posted On |