[PR #260] [MERGED] UWP: Add a ExtendedTableViewRenderer #2473

Closed
opened 2025-11-26 23:19:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/260
Author: @alistair23
Created: 1/19/2018
Status: Merged
Merged: 1/19/2018
Merged by: @kspearrin

Base: masterHead: alistair/customRenderer1


📝 Commits (1)

  • c647e4e UWP: Add a ExtendedTableViewRenderer

📊 Changes

3 files changed (+31 additions, -1 deletions)

View changed files

📝 src/UWP/App.xaml.cs (+2 -1)
src/UWP/Controls/ExtendedTableViewRenderer.cs (+28 -0)
📝 src/UWP/UWP.csproj (+1 -0)

📄 Description

Add a base ExtendedTableViewRenderer we can use.

This is part of the work to fix the vertical layout issues, not there yet, but I think this is moving in the right direction.

Signed-off-by: Alistair Francis alistair@alistair23.me


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/260 **Author:** [@alistair23](https://github.com/alistair23) **Created:** 1/19/2018 **Status:** ✅ Merged **Merged:** 1/19/2018 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `alistair/customRenderer1` --- ### 📝 Commits (1) - [`c647e4e`](https://github.com/bitwarden/android/commit/c647e4e0678e36700d37be8c14b490c66f47927e) UWP: Add a ExtendedTableViewRenderer ### 📊 Changes **3 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/UWP/App.xaml.cs` (+2 -1) ➕ `src/UWP/Controls/ExtendedTableViewRenderer.cs` (+28 -0) 📝 `src/UWP/UWP.csproj` (+1 -0) </details> ### 📄 Description Add a base ExtendedTableViewRenderer we can use. This is part of the work to fix the vertical layout issues, not there yet, but I think this is moving in the right direction. Signed-off-by: Alistair Francis <alistair@alistair23.me> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:19:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2473