1 / 4

Designing Custom Controls for Stock Market Display

Learn strategies for creating custom elements to display stock prices and market quotes efficiently. Explore WPF elements, user controls, and custom controls. Understand implementing theme-specific templates.

thanos
Download Presentation

Designing Custom Controls for Stock Market Display

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pytania na egzamin #2 Kontrolki użytkownika

  2. 1. You are designing a control that retrieves current stock prices and displaysthem in aListBoxobject that is updated regularly. Which of thefollowing is the best strategy forcreatingyourcustom element? • B.Use a preexisting WPF element with acustom template. • C.Createa usercontrol. • D.Createa customcontrol.

  3. 2. You are designing a control that downloads stock market quotes and displays them ina rolling stock-ticker format that moves constantly across the top of the window. Whichof the following isthe best strategy for creating your custom element? • B.Use a preexisting WPF element with a custom template. • C.Createa usercontrol. • D.Createa customcontrol.

  4. 3. Which of the following is required to implement theme-specific templates for a customcontrol? • A.Create separate templates for each theme. • B.Create separate folders for each theme. • C.Set ThemeInfoAttribute. • D.Provide a generic template for themes that are not supported.

More Related