Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Creating a custom control #663

Discussion options

You must be logged in to vote

Hi
It depends on how would you like to build your view.

  1. If you suppose to use custom renderers for your view, then it will make sense to inherit from View
  2. If your view is kind of layout (The main goal of view is positioning other views inside) then you should inherit from Layout
  3. If you suppose to build your view 100% cross-platform way (use already existed controls like Expander or RangeSlider etc.) then inherit from TemplatedView/BaseTemplatedView

I think so)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlleSchonWeg
Comment options

@AndreiMisiukevich
Comment options

Answer selected by AndreiMisiukevich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants