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
115
XamComboEditor
posted

Hi,

We're exeriencing some odd behaviour with the XamComboEditor...  When initially bound (MVVM) to an empty collection, the editor will be set to an assumed expanded default height containing no values.  Upon the bound collection being poplated, the height of this control (when expanded) appears to be set to zero, even though there are a number of values now present.  (This can be confirmed by dragging the control to a size that displays all of the values).

Does anyone know why the height of this control is reset to zero and how we can get around this issue?

Thanks,

Rob

Parents
No Data
Reply
  • 69686
    posted

    Hello Rob,


    Are you referring to the height as the height of the XamComboEditor itself or the dropdown height? I tried to reproduce this, but the height of the editor really depends on its container type and the positioning properties. What kind of layout are you using?

Children