HandyOrg / HandyOrg/HandyControl

表格布局面板,类似html中table

Open
#1,517 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

:thinking: pending discussion
Dominant language
C#
Stars
7.2k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Feature request type

sample request

Is your feature request related to a problem? Please describe

html中的table标签功能,表格布局,还要支持跨行跨列,并且设置显示表格线条。
可以动态添加子控件(或单元格)设置行、列以及跨行跨列属性。表格的线条根据跨行跨列去绘制西那条。

Describe the solution you'd like

项目需要显示传统表格样式,目前我使用grid嵌套,内部通过绘制线条方式显示,这种方式比较臃肿,而且不能动态生成,只能固定布局。

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing HandyControl's existing WPF layout controls and the nested-grid workaround described in the issue; define the scope for dynamic cells, row and column spans, and border rendering. Done means the traditional table layout supports those requested behaviors.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.