Search results for query: *

  1. N

    Question Lifetime Of LayoutEngine Instance

    Thank you for taking the time to respond. What I meant by the question is: does the LayoutEngine property get called each time the Layout method is called, or is the property called once to get and store the instance and then use that instance for all Layout calls? However, in retrospect it was...
  2. N

    Question Lifetime Of LayoutEngine Instance

    Quick question (I hope): Does a control's LayoutEngine component get re-instantiated on every call to Layout(), or does it remain throughout the lifetime of the control? I am creating a custom LayoutEngine to be used for various controls. It has a number of fields that get assigned values on...
Back
Top