http://freyya.tistory.com/172

metroradiance wpf

livet wpf

#

ν΄λ”νŠΈλ¦¬

https://www.codeproject.com/Articles/21248/A-Simple-WPF-Explorer-Tree

https://www.codeproject.com/Articles/26288/Simplifying-the-WPF-TreeView-by-Using-the-ViewMode

https://social.msdn.microsoft.com/Forums/vstudio/en-US/70bddbe0-9fc3-4fae-9eb6-72155b5bf4b5/how-to-add-child-nodes-to-treeview-in-wpf-using-c-code?forum=wpf

http://codesdirectory.blogspot.com/2013/01/c-wpf-treeview-file-explorer.html

# 2018.04.07.

[WPF]devexpress Default DataRowTemplate 데브 13λ²„μ „μ—μ„œ 15λ²„μ „μœΌλ‘œ μ—…λ°μ΄νŠΈν•˜λ©΄μ„œ λ°œμƒν•œ 문제 ν•΄κ²°

devexpress Default DataRowTemplate

https://www.devexpress.com/Support/Center/Question/Details/T261962/dxgrid-datarowtemplate-and-rowdetaildemplate-in-optimized-mode

# 2018.04.07.

[WPF]2D stock chart

μΌλ‹¨μœ„λ‘œ 값이 λ„£μ–΄μ§€λŠ” https://www.devexpress.com/Support/Center/Question/Details/T148937/update-candle-stick-chart-every-minute-or-on-realtime

μ‹œκ°„λ‹¨μœ„ κ°’ λ„£μ–΄μ§€λŠ” https://www.devexpress.com/Support/Center/Question/Details/T168023/financial-series-are-not-show-if-minute-data-is-shown-on-the-chart

ν™”λ©΄ λ°±κ·ΈλΌμš΄λ“œμ— κ°’λ„£κΈ° https://stackoverflow.com/questions/9039673/binding-to-devexpress-stockseries2d-chart/9082300

https://www.devexpress.com/Support/Center/Question/Details/T424423/how-to-create-candlestickseries2d-with-unbound-points-from-code-behind

https://documentation.devexpress.com/WPF/DevExpress.Xpf.Charts.StockSeries2D.class

https://documentation.devexpress.com/WPF/6849/Controls-and-Libraries/Charts-Suite/Chart-Control/Fundamentals/Series-Fundamentals/2D-Series-Types/Financial-Series/Stock

https://www.devexpress.com/Support/Center/Example/Details/E1684/how-to-create-a-2d-stock-chart

https://www.devexpress.com/Support/Center/Example/Details/E1257/how-to-create-a-2d-side-by-side-bar-chart

https://www.devexpress.com/Support/Center/Example/Details/E4986/how-to-show-sparklines-in-a-grid

# 2018.04.07.

[WPF]Backgroundworker

http://www.csharpstudy.com/Threads/backgroundworker.aspx

[WPF]Tray App http://www.yunsobi.com/blog/255

# 2018.03.28.

[WPF]20180328수13μ‹œ GridControl에 λ°”μ½”λ“œ μΆ”κ°€

dxg:GridColumn.CellTemplate <dxco:BarCodeControl Text="{Binding Data.Code}"> dxco:BarCodeControl.Symbology dxco:Code128Symbology/ </dxco:BarCodeControl.Symbology> </dxco:BarCodeControl> </dxg:GridColumn.CellTemplate>

https://www.devexpress.com/Support/Center/Question/Details/T172592/how-to-display-a-barcode-in-dxgrid-cells

Last Updated: 4/13/2025, 11:14:44 PM