Proposal:Make VirtualizingPanel class constructor public
See original GitHub issueVirtualizingPanel and OrientedVirtualizingPanel - base classes for Virtualized panel have private
or internal
contructor, thus, impossible to derive from.
It’ll be very nice to have them public and use them.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Public constructor of a private class [duplicate] - java
I want to know what it is the use of public constructor in a private class. Private class inside the class can be...
Read more >Using Constructors - C# Programming Guide
A primary constructor specifies parameters that must be provided to initialize a new object. For more information, see Instance Constructors.
Read more >java - Are there good reasons for a public constructor of an ...
The answer is the same for java: THere's no reason for a public constructor for an abstract class. I'd assume that the reason...
Read more >Constructors - C# programming guide
A constructor in C# is called when a class or struct is created. Use constructors to set defaults, limit instantiation, and write flexible, ......
Read more >Classes: Constructors
Note that a constructor may call any private method in its class, but no public methods. A constructor does not require a return...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fyi, I just posted docs on creating a custom virtualizing layout with ItemsRepeater.
Attached Layouts.
Initial documentation can be found here: https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/items-repeater
I expect to add more, specifically a section on creating a custom virtualizing layout. Your input can help guide what gets added so let us know what you’d like to see in this space.