일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- docker
- 스프링부트
- Kotlin
- 자바
- c#
- 마이바티스
- 리액트
- MySQL
- 코틀린
- 리팩토링
- machine-learning
- Python
- DataGridView
- Winform
- mybatis
- VOA
- git
- github
- Spring
- Java
- 파이썬
- Spring Boot
- 스프링
- AWS
- 도커
- design pattern
- kubernetes
- 쿠버네티스
- react
- springboot
Archives
- Today
- Total
목록comboBox textAlign center (1)
보뇨 다이어리
comboBox 내부 string align center 로 맞추기
저번에 했던건데 까먹을까봐 포스팅합니다 :)간단하게 옵션으로도 있을줄알았는데 옵션도 없어서 좀 고생했는데 이것들도 dataGridView 처럼 그려주면 된다그려준다는건...그냥 drawing 이다바로 코드를 보면 아래와 같다12345678910111213141516171819202122232425 private void comboBox_commute_option_DrawItem(object sender, DrawItemEventArgs e) { ComboBox cbx = sender as ComboBox; if (cbx != null) { // Always draw the background e.DrawBackground(); // Drawing one of the items? if (e.Index >=..
컴퓨터 관련/C# 정보
2019. 1. 7. 14:08