question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal:Make VirtualizingPanel class constructor public

See original GitHub issue

VirtualizingPanel 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:open
  • Created 5 years ago
  • Reactions:4
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
micahlcommented, Mar 19, 2019

Fyi, I just posted docs on creating a custom virtualizing layout with ItemsRepeater.

Attached Layouts.

1reaction
micahlcommented, Mar 12, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found