Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Retains sizes from orginal window size.
posted

When the explorer window is not maximized at application startup, the panes sizes are not resized when the window is maximized. After maximization, a new URL posted in the iframe contained in the pane template restores the original size as if some bubbling is not being trickled down to the panel’s children. The panel itself is correctly resized but not the children. A small wiggle on the splitter bar c***all the children to stretch out correctly. I hope this is a known issue.

Parents
  • 24497
    posted

    Hi,

    I tested following and after browser was miximized, the splitter and content of child iframe was maximized as well. If there is a specific layout which brings misbehavior, then I suggest you to write a simple application/aspx which can be used to reproduce that issue and submit a bug report: http://ko.infragistics.com/support/ask-for-help.aspx

    <ig:WebSplitter ID="WebSplitter1" runat="server" Height="166px" Width="100%">
     <Panes>
      <ig:SplitterPane runat="server" CollapsedDirection="NextPane">
      </ig:SplitterPane>
      <ig:SplitterPane runat="server" ContentUrl="http://infragistics.com">
      </ig:SplitterPane>
     </Panes>
     </ig:WebSplitter>

Reply Children