# ScrollablePanel **Repository Path**: victor1990/ScrollablePanel ## Basic Information - **Project Name**: ScrollablePanel - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-10 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ScrollablePanel A flexible view for providing a limited rect window into a large data set,just like a two-dimensional RecyclerView. It different from RecyclerView is that it's two-dimensional(just like a Panel) and it pin the itemView of first row and first column in their original location. ### 实现效果
### 使用方法 - Step 1. Add the JitPack repository to your build or setting file ``` build file: allprojects { repositories { ... maven { url "https://jitpack.io" } } } or setting file: dependencyResolutionManagement { repositories { ... maven { url "https://jitpack.io" } } } ``` - Step 2. Add the dependency ``` dependencies { implementation 'com.github.Victor2018:ScrollablePanel:latestVersion' } ``` # 关注开发者: - 邮箱: victor423099@gmail.com - 新浪微博 - ![image](https://github.com/Victor2018/AppUpdateLib/raw/master/SrceenShot/sina_weibo.jpg) ## License Copyright (c) 2017 Victor Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.